From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5017 invoked from network); 10 Mar 2000 12:26:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Mar 2000 12:26:44 -0000 Received: (qmail 2370 invoked by alias); 10 Mar 2000 12:26:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10056 Received: (qmail 2352 invoked from network); 10 Mar 2000 12:26:18 -0000 From: "Bart Schaefer" Message-Id: <1000310122540.ZM18615@candle.brasslantern.com> Date: Fri, 10 Mar 2000 12:25:40 +0000 In-Reply-To: <38C8CE15.1FF2D76F@u.genie.co.uk> Comments: In reply to Oliver Kiddle "Compile problem on Linux" (Mar 10, 10:27am) References: <38C8CE15.1FF2D76F@u.genie.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: Oliver Kiddle , Zsh workers Subject: Re: Compile problem on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 10, 10:27am, Oliver Kiddle wrote: } Subject: Compile problem on Linux } } When compiling zsh on my PC (which runs SuSE Linux 6.1). I got errors } relating to RLIM_NLIMITS being undefined. This is a known incompatibility of newer Linux kernel headers with older glibc headers. It's fixed by a newer version of glibc; I think the autoconf people are aware of it. I've already got mention of it in the Etc/MACHINES file for 3.0.8. Here's the snippet: + Some versions of glibc2 have a conflict with + which causes a redefinition warning on RLIM_INFINITY. This + causes configure to decide that is not present, + which can cause compilation errors in zsh's rlimit code. The + best solution is to edit config.h after running configure and + #define HAS_SYS_RESOURCE_H. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com