From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20785 invoked from network); 16 May 2000 17:13:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 May 2000 17:13:49 -0000 Received: (qmail 18724 invoked by alias); 16 May 2000 17:13:26 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3066 Received: (qmail 18717 invoked from network); 16 May 2000 17:13:25 -0000 Date: Tue, 16 May 2000 18:12:56 +0100 From: Peter Stephenson Subject: Re: zsh 3.1.6/7 and cygwin 1.x In-reply-to: "Your message of Tue, 16 May 2000 16:41:13 -0000." To: zsh-users@sunsite.auc.dk (Zsh users list) Message-id: <0FUN00ABMX5JUB@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT Geoff wrote: > Oh, one thing I've just remembered. I had to stop it from trying to > use mmap - I didn't know if it was specific to me or if it was more general. > Editing config.h and undefining HAVE_MMAP may fix your problem. If so, can someone try this patch. Index: Src/system.h =================================================================== RCS file: /cvsroot/zsh/zsh/Src/system.h,v retrieving revision 1.1.1.10 diff -u -r1.1.1.10 system.h --- Src/system.h 1999/12/09 16:09:46 1.1.1.10 +++ Src/system.h 2000/05/16 17:11:28 @@ -642,3 +642,7 @@ #if defined(CONFIG_LOCALE) && defined(HAVE_SETLOCALE) && defined(LC_ALL) # define USE_LOCALE 1 #endif /* CONFIG_LOCALE && HAVE_SETLOCALE && LC_ALL */ + +#ifdef __CYGWIN__ +# undef HAVE_MMAP +#endif -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070