This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: OpenSSH Build Failure--make died


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@cygwin.com
Red Hat, Inc.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]