From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28694 invoked from network); 7 Jul 2000 08:22:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jul 2000 08:22:32 -0000 Received: (qmail 16426 invoked by alias); 7 Jul 2000 08:22:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12187 Received: (qmail 16419 invoked from network); 7 Jul 2000 08:22:20 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Bart Schaefer" , "ZSH workers mailing list" Subject: RE: rlimits.c recompiled on every make Date: Fri, 7 Jul 2000 12:22:15 +0400 Message-ID: <000301bfe7ec$755bc5b0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <1000707040928.ZM28470@candle.brasslantern.com> > > Here's the problem. @RLIMITS_INC_H@ is being replaced by /dev/null; I > suspect the mod time of /dev/null changes whenever it's written-to, so > it's almost always newer than rlimits.h -- hence rlimits.h is remade, > and so rlimits.o is also remade. > > Please re-run configure and let me know whether you see the message > > RLIMIT MACROS NOT FOUND: please report to developers > No, I do no get this message. It is output only if getrlimit() is found but RLIMIT_* macros are missing. On Cygwin there is no getrlimit() at all and no message. In this case it is pretty useless to build rlimit module? -andrej