X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 11 Nov 2004 16:35:09 -0500 Message-Id: <200411112135.iABLZ90b018645@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <004201c4c835$d9019d00$84236652@rui> (cosmos@tvtel.pt) Subject: Re: DJGPP in Unix References: <004201c4c835$d9019d00$84236652 AT rui> 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 > Can the DJGPP be used in a Unix environment and compile to the same = > environment ( Linux )? There is no need. Unix and Linux support native ports of all the same tools djgpp uses (and Linux usually comes with them). Just run "gcc" as usual. What you won't get is the djgpp-specific libraries, like grx, or djgpp-specific function calls, like bios_disk(). If you need something like that, you'll have to be more specific about what you're trying to accomplish so we can suggest alternatives.