| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cwilson AT ece DOT gatech DOT edu> |
| 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 <jhg AT athensgroup DOT com> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: rxvt requires libx11.dll? |
| References: | <3C503B53 DOT 40708 AT athensgroup DOT com> |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |