Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Corinna Vinschen
On Nov 28 08:31, patrick ficheux wrote: > Hi, > > I want to use recv() with MSG_WAITALL flag. But this constant isn't defined > in cygwin. > I find a old message about this issue here => > http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html > > Why MSG_WAITALL is not present in cygwin ? > It's

uw-imap package

2007-11-28 Thread Neil Lunn
Good to be back. Am I right that the current uw-imap package is built to all the defaults of the std src distr including mailsubdir as the user account home? If this is so I don't really see the point of distributing a binary build that is going to look at the entire contents of a users homedir.

[ANNOUNCEMENT] Updated: whois-4.7.24-1

2007-11-28 Thread Lapo Luchini
Version 4.7.24-1 of whois has been uploaded. Whois is a client for the whois directory service. It allows you to retrieve information on domains name, IP addresses, and more. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . ***

[ANNOUNCEMENT] Updated: upx-3.01-1 (and ucl-1.03-1)

2007-11-28 Thread Lapo Luchini
Version 3.01-1 of UPX monotone has been uploaded. (as well as version 1.03-1 of the UCL library, needed by UPX at build-time but not at run-time) UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression r

SSH session "Closed by remote host"

2007-11-28 Thread Tony Benham
I have cygwin with ssh using public key installed on a windows machine, and I've been able to login from another machine fine until recently. If I connect via ssh, the client is authenticated, but then the remote host closes the connection. It does this if I run ssh localhost on the ssh server or

socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here => http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define MSG_

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Corinna Vinschen
On Nov 28 15:24, patrick ficheux wrote: > Hi, > > I want to use recv() with MSG_WAITALL [...] Don't you read earlier replies on the list? Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Phil Betts a écrit : Corinna Vinschen wrote on Wednesday, November 28, 2007 2:57 PM:: On Nov 28 15:24, patrick ficheux wrote: Hi, I want to use recv() with MSG_WAITALL [...] Don't you read earlier replies on the list? oups, ... -- Unsubscribe info: http://cygwin.c

RE: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Phil Betts
Corinna Vinschen wrote on Wednesday, November 28, 2007 2:57 PM:: > On Nov 28 15:24, patrick ficheux wrote: >> Hi, >> >> I want to use recv() with MSG_WAITALL [...] > > Don't you read earlier replies on the list? > > > Corinna It seems he's running an old version of Brain which had a problem

Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Etienne
I have been trying to build rrdtool and as I watched it run I noticed a problem with Perl and TCL./TK. Both indicated that they were installed in /usr/local/lib. I tried a clean install of cygwin, but it still installed them into /lib. I checked Config.pm and it still indicates that it is in

Re: Mounting tar files

2007-11-28 Thread Ignazio Di Napoli
joekrahn wrote: An ISO-9660 image is sort of like a tar file, but with some extra overhead. It sounds like you are trying to do something like Knoppix. They use a compressed read-only filesystem for the base image, combined with a special read/write filesystem (based on symlinks, I think) that ho

Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Larry Hall (Cygwin)
Etienne wrote: I have been trying to build rrdtool and as I watched it run I noticed a problem with Perl and TCL./TK. Both indicated that they were installed in /usr/local/lib. I tried a clean install of cygwin, but it still installed them into /lib. I checked Config.pm and it still indicate

Re: cygwin 1.5.24-2 gcc 3.4.4 stdio.h

2007-11-28 Thread Paul Edwards
Hi Robert. Thanks for your reply. > On Sun, 11 Nov 2007 03:50:28 -0500 (EST), Robert Kiesling wrote >> I just downloaded cygwin 1.5.24-2 (just a couple of hours ago) and >> compiled the following program with "gcc -ansi fred.c" >> (NOTE the "-ansi" keyword): > I have only the C99 standard in fr

Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Robert Kiesling
[ Charset UTF-8 unsupported, converting... ] > Etienne wrote: > > I have been trying to build rrdtool and as I watched it run I noticed a > > problem with Perl and TCL./TK. Both indicated that they were installed > > in /usr/local/lib. I tried a clean install of cygwin, but it still > > instal

Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Etienne
It looks like I misspoke slightly. I reviewed the "Config.pm" again and it thinks it is installed in "/usr/lib". I don't even have a "lib" directory under "usr" on a clean install of cygwin. One of the lines in "Config.pm" is "archlibexp => '/usr/lib/perl5/5.8/cygwin'" Also "tclConfig.sh" has

Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Etienne
I believe that answers my questions and solves my problem. I probably don't need "TCL" anyway. Thanks, Etienne. - Original Message - From: "Robert Kiesling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2007 8:26 PM Subject: Re: Perl is installed in /lib,

Re: cygwin 1.5.24-2 gcc 3.4.4 stdio.h

2007-11-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Edwards on 11/28/2007 5:55 PM: Please avoid http://cygwin.com/acronyms/#TOFU - reformatting your mail. > > I'll ask them to stop doing that. I just got spammed. :-( Still, at least now > I know where to find replies. :-) > > BFN

Re: cygwin 1.5.24-2 gcc 3.4.4 stdio.h

2007-11-28 Thread Paul Edwards
Eric Blake wrote... > 1) the newlib headers pollute the namespace in strict ANSI mode (or in > other words, gcc -ansi _still has bugs_ in newlib) because no one has > submitted patches to the newlib project to clean them up. Patches are > welcome, but should be directed to the newlib list rather

Re: Perl is installed in /lib, but Config.pm indicates it is in /usr/local/lib

2007-11-28 Thread Brian Dessent
Etienne wrote: > It looks like I misspoke slightly. I reviewed the "Config.pm" again and it > thinks it is installed in "/usr/lib". I don't even have a "lib" directory > under "usr" on a clean install of cygwin. You must be looking with a Windows application like Explorer. Don't. /lib and /usr

Re: Ad: [app porting to cygwin] Invoking DLL exported routine problem - resolution(?)

2007-11-28 Thread Brian Dessent
Peter Novak wrote: > What I forgot to mention in my previous e-mail and what turned out to be > crucial, is that my DLL uses std::cout for writing output to the > console. I found, that whenever I have a print to cout in a routine, the > subprocess crashes even *before* entering the routine(!). St