From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and X Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3A5B71EA DOT 25C4C0D7 AT oz DOT sunflower DOT org> <01c07cae$618f2a20$a9d24fd8 AT generic> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 29 X-Trace: /KDWjZreTUifHi8nTl62PYdU3glNwrEfm5/gdOCvYk2PhdnFJ6NlKd/g1FM/TTajRdja2JMdAi6i!NnFHr19P3fymYmUY4CkFW13vsyo1AR/AluJT9owZ2kdgQzCqNM/mHBqJQJEkMZc9LKB7X69kVYwK!7pJwEQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 17 Jan 2001 03:23:14 GMT Distribution: world Date: Wed, 17 Jan 2001 03:23:14 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 13 Jan 2001 10:19:06 GMT, "Randy Mcdowell" wrote: >Steve Offutt wrote in article ><3A5B71EA DOT 25C4C0D7 AT oz DOT sunflower DOT org>... >> Has anyone tried, or even thought of trying, to compile >> the GCC port of X Windows with DJGPP? > >I suppose it would work, I haven't seen the sources to X yet but I would >imagine you would have to emulate alot of the kernel functions for whatever >port your trying to compile (as there is no X Windows port for DOS, you >would have to use one for some other system e.g Linux). 1. It's "X," "X11," or "X Window System." There's no such thing as "X Windows" unless you count Wine. 2. You could use DirectXFree86. XFree86 4 has been ported to Windows NT and (possibly) Windows Me. (The NT version works on Windows 2000 but DJGPP programs generally don't.) It doesn't work on Windows 95 or 98 because of 2-bit bugs in the 16-bit kernel and 16-bit GDI that a 32-bit X server has trouble working around. Volunteers are welcome: http://sources.redhat.com/cygwin/xfree/ --