Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-14 Thread Thorsten Kampe
* Lee (Fri, 13 Jun 2008 19:40:25 +) > > There can be only one cygwin1.dll on the machine, put where it's > > supposed to be by using the Cygwin setup.exe. You can't just put > > another copy of cygwin1.dll somewhere else on that machine. > > Yes, you can. > > http://msdn.microsoft.com/en-us/l

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.25-15

2008-06-14 Thread Corinna Vinschen
On Jun 14 13:05, Corinna Vinschen wrote: > I've uploaded a new release Cygwin 1.5.25-15. This is a bug fix > release. > > > Changes since version 1.5.25-14: > > - Fix a potential problem with pressing Ctrl-C in remote sessions from > within a Windows console. Under some circumstances a Ctrl-

[ANNOUNCEMENT] Updated: cygwin-1.5.25-15

2008-06-14 Thread Corinna Vinschen
I've uploaded a new release Cygwin 1.5.25-15. This is a bug fix release. Changes since version 1.5.25-14: - Fix a potential problem with pressing Ctrl-C in remote sessions from within a Windows console. Under some circumstances a Ctrl-C keypress in a remote session can end the remote sessi

Re: 1.5.25.14: unable to start bash prompt

2008-06-14 Thread Mark.J
RESEND: the previous layout is intelligible == Hello, I have problems in starting the bash. The output of "cygcheck -srv", cygcheck.out, is attached. Strangely, though cygcheck -c bash is fine, the output cygcheck.out reports "NOT FOUND: bash" and similar message

1.5.25.14: unable to start bash prompt

2008-06-14 Thread Mark.J
Hello, I have problems in starting the bash. The output of "cygcheck -srv", cygcheck.out, is attached. Strangely, though cygcheck -c bash is fine, the output cygcheck.out reports "NOT FOUND: bash" and similar message for several other packages I have tried to un-install and re-install cygwin bu

Re: Passing file descriptors and ssh ControlMaster

2008-06-14 Thread Corinna Vinschen
On Jun 13 12:38, Stefanos Makris wrote: > > After looking through the list archives, I am a little puzzled as to the > current state of implementing the necessary functionality that will enable > the file descriptor passing between processes (which according to my > understanding is required for

Re: Recommended cygwin-1.7 check

2008-06-14 Thread Corinna Vinschen
On Jun 13 19:11, Reini Urban wrote: > How should one check for the new cygwin 1.7 API, esp. wchar pathnames? > > So far I've used > #include > #if (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 181) > because I needed cygwin_conv_path() > > But I assume > #if CYGWIN_VERSION_DLL_MAJOR >= 1007 > sho