cygwin1.7 release date

2008-10-17 Thread jayshankar nair
Hi, Whats the official release date for cygwin1.7( also QT4,QWT5.. ). Please let me know Thanks, Jay __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwi

RE: cygserver 1.5.25-15 slows down logoff

2008-10-17 Thread Jay
Maybe you need to call SetServiceStatus(SERVICE_STOPPED) or exit the process or something? What happens when you use net stop to stop the service? It stops reasonably fast, or not? - Jay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Re: cygwin-1.7 sshd/ssh-host-config install issues on Vista

2008-10-17 Thread Herb Maeder
On 17 Oct 2008 20:06:35 EDT, Christopher Faylor wrote: > On Fri, Oct 17, 2008 at 12:50:48PM -0700, Herb Maeder wrote: > >2. (Vista/XP) The tcp_wrappers dependency is missing in openssh/setup.hint > > > >Sincd sshd.exe depends on cygwrap-0.dll, the tcp_wrappers package must be > >installed in order

Re: cygwin-1.7 sshd/ssh-host-config install issues on Vista

2008-10-17 Thread Christopher Faylor
On Fri, Oct 17, 2008 at 12:50:48PM -0700, Herb Maeder wrote: >2. (Vista/XP) The tcp_wrappers dependency is missing in openssh/setup.hint > >Sincd sshd.exe depends on cygwrap-0.dll, the tcp_wrappers package must be >installed in order to avoid this error when starting up the sshd service: > > $ cy

cygwin-1.7 sshd/ssh-host-config install issues on Vista

2008-10-17 Thread Herb Maeder
On a fresh install of the cygwin-1.7 base package + openssh, I believe we should expect the following to work for installing and testing sshd: ssh-host-config -y cygrunsrv --start sshd ssh localhost pwd If sshd had been previously installed on the system, the following cleanup sho

Re: cygwin:g++linker problems

2008-10-17 Thread jayshankar nair
>Shared libraries have the extension .dll on Windows, not .so. >Specifying -lf will find your library if you named it cygf.dll or >libf.dll, or if you created an import library libf.dll.a. (It will find >other variants as well, like f.lib. Read the linker manual for the full >list.) compilation

Re: cygwin:g++linker problems

2008-10-17 Thread Brian Dessent
jayshankar nair wrote: > The libraries is build with gcc(in cygwin environment). Something to do with > flags or packages. Shared libraries have the extension .dll on Windows, not .so. Specifying -lf will find your library if you named it cygf.dll or libf.dll, or if you created an import librar

FW: man goes into an infinite loop

2008-10-17 Thread Benjamin J. Racine
Solved this problem by reinstalling cygwin from a different mirror. Not an attractive solution, but... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin J. Racine Sent: Wednesday, October 15, 2008 11:11 AM To: cygwin@cygwin.com Subject: man goes

Re: cygwin:g++linker problems

2008-10-17 Thread jayshankar nair
> $ g++ -L. f1.cpp -lf > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot > find > -lf > collect2: ld returned 1 exit status. >>Assuming those .so are linux shared libraries, they have no chance of >>working under cygwin. You must rebuild the libraries with your cy

Re: cygwin:g++linker problems

2008-10-17 Thread Tim Prince
jayshankar nair wrote: > Hi, > > I am getting compilation problems while linking the test shared libraries in > cygwin1.7. gcc,g++ and bin-utils are installed in the system. Works fine in > linux. > > Files in test directory > /test > $ ls > f.c f.cpp f.o f1.c f1.cpp libf.so libfun.so >

Re: cvs client is too verbose since update to 1.11.22.1 (or earlier?) version

2008-10-17 Thread Greg Chicares
On 2008-09-29 13:51Z, Dmitry Semyonov wrote: > It looks like some debugging logs were accidentally switched on in cvs > client sources. They appear even if -q option is used. Note that > everything works as expected except for these annoying log messages at > the end: > > cvs update: closing down

RE: Connection closed message when trying to connect with ssh using public key authentication to OpenSSH_5.1

2008-10-17 Thread Dave Korn
Vivekananda Ganihar wrote on 16 October 2008 22:13: > I can ssh from this windows > box to another unix box, but not the other way. What am I missing ? Logs from the server end? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com

Re: struct iphdr in netinet/ip.h

2008-10-17 Thread Corinna Vinschen
On Oct 17 16:56, bjoe wrote: > Hi all, > I am sorry for this newbie question > I get this error messages when try to compile program in cygwin, but > this program compiled successfully in Linux. > > $ gcc-4 test.c > test.c: In function 'main': > test.c:152: error: invalid application of 'sizeof' t

struct iphdr in netinet/ip.h

2008-10-17 Thread bjoe
Hi all, I am sorry for this newbie question I get this error messages when try to compile program in cygwin, but this program compiled successfully in Linux. $ gcc-4 test.c test.c: In function 'main': test.c:152: error: invalid application of 'sizeof' to incomplete type 'struct iphdr' test.c:153:

Re: cygserver 1.5.25-15 slows down logoff

2008-10-17 Thread Corinna Vinschen
On Oct 15 23:30, Sybille Ebert wrote: > The problem also appears in sshd service, eventhough it does not depend > on cygserver. I installed sshd using ssh-host-config and manually > stopped cygserver. And even with only sshd running, there was still a > long delay at logoff/shut

Re: grep exit with STATUS_ACCESS_VIOLATION error

2008-10-17 Thread Bayu Adiwibowo
Hi Mike, Unfortunately I only get this error massages once, so I assume this just temporary error in my computer, but your case maybe different considering it's happen many time. I am not programmer but I think some one in list maybe can help you ( so I forward this message to list), and maybe go

cygwin:g++linker problems

2008-10-17 Thread jayshankar nair
Hi, I am getting compilation problems while linking the test shared libraries in cygwin1.7. gcc,g++ and bin-utils are installed in the system. Works fine in linux. Files in test directory /test $ ls f.c f.cpp f.o f1.c f1.cpp libf.so libfun.so Compilation fails with the following message

Re: Strange crash for application linked to cygwin libraries.

2008-10-17 Thread Mark Geisert
Peter Ross writes: > >> >> I've written an application which does some initialization and then > >> >> does a tcp accept. 5 minutes and 20 seconds give or take after doing > >> >> the tcp.accept the application aborts with exit code 0. If I > >> >> continually send tcp data to this application th