From: Eli Zaretskii Newsgroups: comp.lang.tcl,comp.os.msdos.djgpp Subject: Re: Compiling TCL with DJGPP Date: Wed, 1 Mar 2000 12:18:10 +0200 Organization: NetVision Israel Lines: 13 Message-ID: References: <38BC4CA0 DOT 3D17D076 AT pophost DOT net> <38bc645c$0$215 AT nntp1 DOT ba DOT best DOT com> <38BC6A0D DOT 56BD8D1A AT connect DOT ab DOT ca> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 951906060 7980 199.203.121.2 (1 Mar 2000 10:21:00 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 1 Mar 2000 10:21:00 GMT X-Sender: eliz AT is In-Reply-To: <38BC6A0D.56BD8D1A@connect.ab.ca> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 29 Feb 2000, Tom Fjellstrom wrote: > > If memory serves me right, DJGPP was a 16-bit compiler for DOS. > > It might have been at one point but DJGPP is a 32bit PMODE compiler. It was *never* like that. DJGPP is a port of GCC, and GCC cannot be compiled as a 16-bit program without rewriting major parts of it. DJGPP is a 32-bit protected-mode program, and it generates 32-bit protected-mode programs which run on MS-DOS and all versions of MS-Windows. See http://www.delorie.com/djgpp/ for details.