| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: gcc -MM output |
| Date: | 2 May 2005 16:22:02 GMT |
| Lines: | 16 |
| Message-ID: | <3dn2daF6tmbfpU1@news.dfncis.de> |
| References: | <42764B12 DOT 8495F94D AT yahoo DOT com> |
| X-Trace: | news.dfncis.de VY2kkQJjm1Y5MnWQ/uOw4w/x/BZXA72YDaZQ4sJadcIEneWX3V2gBJMJAz |
| X-Orig-Path: | not-for-mail |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
CBFalconer <cbfalconer AT yahoo DOT com> wrote: > The following is typical: > [1] c:\c\id2id\2.0>gcc -MM id2id.c > id2id.o: id2id.c c:/djgpp/lib/gcc-lib/djgpp/3.21/djgpp.ver > hashlib.h > and the question is: Why the djgpp.ver reference? To allow the DJGPP port of GCC and DJGPP itself (libc & friends) to be independent of each other. djgpp.ver is the link between the two that tells GCC what version of DJGPP is used. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |