Date: Tue, 25 May 93 15:58:30 EDT From: DJ Delorie To: tesla AT lamar DOT colostate DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GCC16.EXE > Another question... A week ago someone asked a question about GCC16.EXE. I > looked on Omnigate, but didn't find it explicitly listed. Where can I find > it? Is it the same as straight GCC _except_ that it produces 16 bit code? > Does this mean that it doesn't need a GO32 and produces .EXE files? djg16222.zip It produces exactly the same output as gcc, as it calls the same backend programs - cpp/cc1/as/ld. The only difference is that gcc16.exe is compiled with TurboC instead of gcc so as to improve compile performance slightly.