From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9702040248.AA00294@nile.gnat.com> Subject: Re: bash and make gnat1 (or cc1plus) To: dj AT delorie DOT com (DJ Delorie) Date: Mon, 3 Feb 1997 21:48:29 -0500 (EST) Cc: rupp AT gnat DOT com, eliz AT is DOT elta DOT co DOT il, djgpp-workers AT delorie DOT com In-Reply-To: <199702040238.VAA08251@delorie.com> from "DJ Delorie" at Feb 3, 97 09:38:25 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 891 > > > [typo] > > > 2) THe machines.h header file expects a symbol __DJGPP__, but there isn't > > such a symbol in gcc -dumpspecs. I changed machines.h to expect GO32 > > instead. > > Huh? djgpp V2 defines __DJGPP__ to be "2". Are you using V1 still? > ^ > 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: *asm: *asm_final: *cpp: %{posix:-D_POSIX_SOURCE} *cc1: *cc1plus: *endfile: *link: *lib: %{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}} *libgcc: %{!shared:-lgcc} *startfile: %{!shared:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}} *switches_need_spaces: *signed_char: %{funsigned-char:-D__CHAR_UNSIGNED__} *predefines: -Dunix -Di386 -DGO32 -DMSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) *cross_compile: 0 *multilib: . ;