Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C503EFF.6060708@ece.gatech.edu> Date: Thu, 24 Jan 2002 12:06:07 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: James Garrison CC: cygwin AT cygwin DOT com Subject: Re: rxvt requires libx11.dll? References: <3C503B53 DOT 40708 AT athensgroup DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit James Garrison wrote: > Just curious, but why is rxvt included in the cygwin distro > when it appears to require libx11.dll, which only comes with > xfree86? > It doesn't require libx11.dll. It can USE libx11.dll under certain circumstances. Basically, it dynamically loads (using dlopen()) either libX11.dll or libW11.dll depending on the value of the DISPLAY environment variable. Try this: 'rxvt.exe -display :0 -title rxvt-noX -e bash -login' and you'll get the "native Windows, nonX" behavior. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/