From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9702040300.AA00686@nile.gnat.com> Subject: Re: bash and make gnat1 (or cc1plus) To: dj AT delorie DOT com (DJ Delorie) Date: Mon, 3 Feb 1997 22:00:03 -0500 (EST) Cc: rupp AT gnat DOT com, djgpp-workers AT delorie DOT com In-Reply-To: <199702040254.VAA09590@delorie.com> from "DJ Delorie" at Feb 3, 97 09:54:36 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 586 > > > > No, I've been using v2 since it first came out, and just upgraded to v2.01. > > > > Where is it defined? It's not in gcc -dumpspecs: > > I don't know where "gcc -dumpspecs" comes from, but try reading the > file lib/specs. It's different from what you posted: > > *predefines: > -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 > "gcc -dumpspecs >specs" is how the Unix makefile creates the specs file. It gets this information from the config files. Looking in config/go32.h I see that indeed it does not define DJGPP. Did you put together lib/specs by hand?