From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Celella Subject: Re: Dosemu 1.1.5 compile in X support? Date: 13 Jul 2003 12:09:20 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1058112560.9399.11.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Bart Oldeman Cc: Dosemu Mail List Thanks, I did get dosemu to compile by setting linkstatic off. Now I'm getting that IPC error that I don't know what to do with. BTW - the X.h and libX11.a files you mention below do exist in the proper directories on my system. What I don't get is why I'm told X won't be compiled in when I use linkstatic on. On Sun, 2003-07-13 at 10:41, Bart Oldeman wrote: > On 13 Jul 2003, Peter Celella wrote: > > > When I try to './configure', I get that the following output just before > > configuring finishes: > > > > configure: WARNING: > > configure: WARNING: Rejecting system S-Lang with UTF-8 support. It is > > incompatible with DOSEMU. Forcing use of the supplied S-Lang plugin. > > configure: WARNING: > > configure: WARNING: Compiling without X support. > > configure: WARNING: Install the X development libraries if you want > > support for X. > > > > I don't get this. If I have ALL the Redhat 9 X development packages > > installed, shouldn't the necessary libraries be in place? If not, what > > do I need to install that isn't already there? > > look at the configure output; it should say something like: > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > also look in config.log for clues. > > the relevant RPM is something like XFree86-devel > /usr/X11R6/include/X11/X.h and /usr/X11R6/lib/libX11.a should exist > > Bart >