gcc4: Time to drop gcc3 from the distro?

2011-09-02 Thread Corinna Vinschen
As the subject says, shouldn't we remove gcc3 from the distro finally? We have 3 mingw compilers and gcc4 for Cygwin. What reason is left to stick to gcc 3? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin

Re: gcc4: Time to drop gcc3 from the distro?

2011-09-02 Thread Dave Korn
On 02/09/2011 19:40, Corinna Vinschen wrote: As the subject says, shouldn't we remove gcc3 from the distro finally? We have 3 mingw compilers and gcc4 for Cygwin. What reason is left to stick to gcc 3? Well, it's the only support we have for Pascal and D. Someone might still be using them.

RFU: libtorrent-0.12.9-1 / rtorrent-0.8.9-1

2011-09-02 Thread Chris Sutcliffe
Please upload: wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/libtorrent/setup.hint \ http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-1.tar.bz2 \ http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-1-src.tar.bz2 \

Re: RFU: libsigc2.0-2.2.10-1

2011-09-02 Thread Andy Koppe
On 3 September 2011 05:21, Chris Sutcliffe wrote: Please upload: wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/libsigc/libsigc2.0-2.2.10-1.tar.bz2 \ http://emergedesktop.org/cygwin/libsigc/libsigc2.0-2.2.10-1-src.tar.bz2 \

Re: RFU: libtorrent-0.12.9-1 / rtorrent-0.8.9-1

2011-09-02 Thread Andy Koppe
On 3 September 2011 05:31, Chris Sutcliffe wrote: Please upload: wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/libtorrent/setup.hint \ http://emergedesktop.org/cygwin/libtorrent/libtorrent-0.12.9-1.tar.bz2 \

Asking about perl 5.14 again ...

2011-09-02 Thread Philip Kime
Sorry to ask again, just for planning reasons, wondering about any potential date for perl 5.14.1? PK -- Dr Philip Kime -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

rsync crash behind a firewall

2011-09-02 Thread Voelker, Bernhard
As part of coreutils' bootstrap, rsync crashes: $ /usr/bin/rsync \ --delete \ --exclude '*.s1' \ -Lrtvz 'translationproject.org::tp/latest/coreutils/' \ 'po/.reference' rsync: failed to connect to translationproject.org (*inet_ntop failed*): Connection refused (111)

Re: shutdown doesn't do anything, winXP

2011-09-02 Thread Corinna Vinschen
On Sep 1 14:51, LMH wrote: I have a bash script that runs rsync and I have been trying to add a command to shutdown the computer after the backup has finished running. I have added, shutdown -s now and also tried, shutdown -s 5 shutdown -x now shutdown -x 5 but the computer

Re: Different error on socket while connecting to a box behind firewall

2011-09-02 Thread Corinna Vinschen
On Sep 2 10:16, Jaswinder Bhamra wrote: Since RedHat machine is behind a firewall (defined by the rules in 'Linux Firewall.txt') I am expecting my program to give No route to host error (shown in cyggso.out-1.5.24-2.txt file) and not Operation not permitted (shown in cyggso.out-1.7.7-1.txt

Re: shutdown doesn't do anything, winXP

2011-09-02 Thread LMH
Using the full path was successful. As an aside, why does which shutdown return /usr/bin/shutdown when the shutdown app is located in /bin/shutdown? What value does the /usr part of the path have in this context? I suppose I should use force, but I never have anything running when I run the

Re: shutdown doesn't do anything, winXP

2011-09-02 Thread Warren Young
On 9/2/2011 11:26 AM, LMH wrote: As an aside, why does which shutdown return /usr/bin/shutdown when the shutdown app is located in /bin/shutdown? What value does the /usr part of the path have in this context? /bin and /usr/bin are the same thing by default under Cygwin. c:\cygwin is