From: mike Newsgroups: comp.os.msdos.djgpp Subject: Re: 16-bit DJGPP Date: Wed, 30 May 2001 13:06:50 +0100 Organization: University of Brighton Lines: 27 Message-ID: <3B14E25A.9B5CD706@brighton.ac.uk> References: <9etcai$f5b$01$1 AT news DOT t-online DOT com> <7263-Mon28May2001201631+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: cs206c3.it.bton.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: saturn.bton.ac.uk 991224410 8733 194.81.200.132 (30 May 2001 12:06:50 GMT) X-Complaints-To: news AT bton DOT ac DOT uk NNTP-Posting-Date: 30 May 2001 12:06:50 GMT X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > 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.) Maybe he wants to make programs for his 286?