Date: Wed, 29 Oct 1997 08:57:49 -0500 (EST) Message-Id: <199710291357.IAA03548@delorie.com> From: DJ Delorie To: fabrice AT asim DOT lip6 DOT fr CC: djgpp AT delorie DOT com In-reply-to: <34572109.167EB0E7@trash.lip6.fr> (message from Fabrice ILPONSE on Wed, 29 Oct 1997 12:42:01 +0100) Subject: Re: gcc/g++ phylosophy ! Precedence: bulk > I was wondering if one of the djgpp goal is to keep programs compatible > with other compilers or if it's only made to run on x86 architectures? The goal of djgpp is to make the C library sufficiently compatible with POSIX and other DOS compilers that users should be able to port programs from either to DJGPP with little effort. DJGPP only targets 386+ processors running a DOS clone. DJGPP does not modify any GNU program, except as required to function properly under DJGPP.