From: "Weiqi Gao" Newsgroups: comp.os.msdos.djgpp Subject: Re: Q:Linux and DJ,one last time. Date: 16 Dec 1996 03:23:48 GMT Organization: CRL Dialup Internet Access Lines: 19 Message-ID: <01bbeb00$68ff26a0$0f0171a5@weiqigao> References: <32B3A434 DOT 4DC AT cam DOT org> NNTP-Posting-Host: crl4.crl.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Tudor wrote in article <32B3A434 DOT 4DC AT cam DOT org>... > This is the last time I'll bother anione with this. > I know that you can compile dos programs from unix sources using > DJGPP,but is there any way to make a DJGPP program under unix/linux? You mean the GNU/Linux operating system :) ? > (i know 'bout gcc,but how about the DJGPP *specific* stuff? > and i would like it in native code,not dosemu) I don't think so. How's Linux to react to a DPMI call? or a BIOS call? Of course you can write the DJGPP program in such a way that all such calls are under #if defined(_DJGPP__). But then you have to figure out how to accomplish the same under GNU/Linux. It'll be like porting your program from one operating system to another. -- Weiqi Gao weiqigao AT crl DOT com