Re: Is it okay to delete Cygwin (mirror) download directories?

2011-05-07 Thread Weiqi Gao
On 05/07/2011 07:32 PM, Olumide wrote: Hi - Over the years I've updated my gotten my Cygwin fix from a number of mirrors each one of which has left a massive download directory (in excess of 700Mb) on my hard disk. For example: ftp%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2fcygwin http%3a%2f%2fftp.u

Re: Is it okay to delete Cygwin (mirror) download directories?

2011-05-07 Thread Christopher Faylor
On Sun, May 08, 2011 at 01:32:12AM +0100, Olumide wrote: >Hi - > >Over the years I've updated my gotten my Cygwin fix from a number of >mirrors each one of which has left a massive download directory (in >excess of 700Mb) on my hard disk. For example: > >ftp%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2f

Is it okay to delete Cygwin (mirror) download directories?

2011-05-07 Thread Olumide
Hi - Over the years I've updated my gotten my Cygwin fix from a number of mirrors each one of which has left a massive download directory (in excess of 700Mb) on my hard disk. For example: ftp%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2fcygwin http%3a%2f%2fftp.uni-kl.de%2fpub%2fwindows%2fcygwin%2f

Fwd: Re: Why doesn't ~/inputrc work

2011-05-07 Thread Eliot Moss
(Meant to send this to cygwin as well in case it helps anyone else.) On 5/7/2011 2:24 PM, Andy Koppe wrote: On 28 April 2011 13:40, Eliot Moss wrote: Beyond that, I found that I needed to: set convert-meta on That's not a solution for everyone, because it makes it impossible to enter chara

Re: registry.cc: debug_printf() intentionally changed to system_printf() ?

2011-05-07 Thread Corinna Vinschen
On May 7 00:22, Christian Franke wrote: > winsup/cygwin/registry.cc CVS 1.42 changed debug_printf() to > system_printf() in get_registry_hive_path(). Fixed. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT

UnsatisfiedLinkError:with gcc linked cyg.dll under J@v@-1.6

2011-05-07 Thread christian Montanari
many are not using gnu-java, the orginial sun-java, it is certainly more baroc ! anyway, I am trying to link a DLL with gcc then to load it with Java(TM) system.loadlibray() but got eventually the error... ... [Loaded java.lang.UnsatisfiedLinkError from shared objects file] ... I have attached a

Re: Why doesn't ~/inputrc work

2011-05-07 Thread Andy Koppe
On 28 April 2011 13:40, Eliot Moss wrote: > I took a while to play around. One thing you may need to > do is set the TERM environment variable to a proper, more > capable, terminal (such as "cygwin"). > > Beyond that, I found that I needed to: > > set convert-meta on That's not a solution for ever

Re: c++ header file for in which cygwin package?

2011-05-07 Thread ankur d
Csaba Raduly-2 wrote: > > On Sat, May 7, 2011 at 10:10 AM, ankur d wrote: >> >> Hi, >> >> Is anybody here knowing where exactly this c++ header file >> exists in Cygwin package? Because I have downloaded all the packages >> under >> development branch of cygwin. I can see other standard heade

Re: c++ header file for in which cygwin package?

2011-05-07 Thread Csaba Raduly
On Sat, May 7, 2011 at 10:10 AM, ankur d wrote: > > Hi, > > Is anybody here knowing where exactly this c++ header file > exists in Cygwin package? Because I have downloaded all the packages under > development branch of cygwin. I can see other standard header files like > stdio.h, stdlib.h, etc.

Re: Why doesn't ~/inputrc work

2011-05-07 Thread Meanders
Eliot Moss wrote: > > set convert-meta on > > in my .inputrc and also to write the escape sequences as > (for example): > > "\M-b": "echo meta b" > I was having exactly the same problem as Harry. Using the 'set convert-meta on' worked for me. I've had the same .inputrc file for years but t

c++ header file for in which cygwin package?

2011-05-07 Thread ankur d
Hi, Is anybody here knowing where exactly this c++ header file exists in Cygwin package? Because I have downloaded all the packages under development branch of cygwin. I can see other standard header files like stdio.h, stdlib.h, etc. but this exception.h is not there. Thanks. -- View this me