This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rxvt requires libx11.dll?




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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]