Date: Mon, 28 May 2001 20:16:31 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Hermann-Simon Lichte" Message-Id: <7263-Mon28May2001201631+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9etcai$f5b$01$1@news.t-online.com> (h.lichte@insector.de) Subject: Re: 16-bit DJGPP References: <9etcai$f5b$01$1 AT news DOT t-online DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Hermann-Simon Lichte" > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 28 May 2001 13:22:42 +0200 > > does anyone know how to make DJGPP compile 16-bit binaries? You can't. > I know, there is some sort of hack that turns DJGPP into a 16-bit > compiler, but has anyone any experiences with it? There's no such hack, AFAIK. You can use djasm to produce 16-bit executables, but for that, your sources must be in assembly. There's also an unfinished project to produce a 16-bit GCC, you can find the details on www.delorie.com. (I'm puzzled why would you need to use DJGPP to compile a 16-bit program. There are lots of semi-free tools out there, if you must have a 16-bit program.)