Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 27 Apr 2001 11:59:37 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: OpenSSH Build Failure--make died
Message-ID: <20010427115937.B10526@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <F55QvnbEG10Gai4omRX0000b03a@hotmail.com> <20010426104709.A3827@cygbert.vinschen.de> <20010426142605.D6609@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010426142605.D6609@redhat.com>; from cgf@redhat.com on Thu, Apr 26, 2001 at 02:26:05PM -0400

On Thu, Apr 26, 2001 at 02:26:05PM -0400, Christopher Faylor wrote:
> On Thu, Apr 26, 2001 at 10:47:09AM +0200, Corinna Vinschen wrote:
> >On Wed, Apr 25, 2001 at 10:37:53PM -0700, Karl M wrote:
> >> Hi Corinna...
> >> 
> >> The make died. What would you like me to do?
> >
> >Just as a workaround (the problem is actually in Cygwin, but for now)
> >add the following to the offending source file:
> >
> >#ifdef HAVE_CYGWIN
> >#undef S_IXUSR
> >#undef S_IXGRP
> >#undef S_IXOTH
> >#define S_IXUSR 0100
> >#define S_IXGRP 0010
> >#define S_IXOTH 0001
> >#endif
> 
> That probably won't do the right thing.  That will cause cygwin not to
> detect executable files.

Sure. It was just a suggestion to get the test running.
I had the (futile) hope that the error we've found on Monday would
help solving the problem which some boxes have using socketpairs.

Corinna

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

