Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 26 Apr 2001 10:47:09 +0200 From: Corinna Vinschen To: Karl M Cc: cygwin AT cygwin DOT com Subject: Re: OpenSSH Build Failure--make died Message-ID: <20010426104709.A3827@cygbert.vinschen.de> Mail-Followup-To: Karl M , cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from karlm30@hotmail.com on Wed, Apr 25, 2001 at 10:37:53PM -0700 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 Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple