Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.9 compile failure on newer Linux
- X-seq: zsh-workers 11813
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: Dan Wilder <wilder@xxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: zsh-3.1.9 compile failure on newer Linux
 
- Date: Thu, 8 Jun 2000 05:07:48 +0000
 
- In-reply-to: <20000607001320.A16993@xxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <20000607001320.A16993@xxxxxxxxxx>
 
On Jun 7, 12:13am, Dan Wilder wrote:
} Subject: zsh-3.1.9 compile failure on newer Linux
}
} I write to report failure of zsh-3.1.9 to build on Linux with
} kernel 2.4-test1, glibc-2.1.2, gcc-2.95.2.  This failure is
} redeemed by a simple but heavy-handed hack in config.h.
This is already discussed in Etc/MACHINES:
        Some versions of glibc2 have a conflict with <asm/resource.h>
        which causes a redefinition warning on RLIM_INFINITY.  This
        causes configure to decide that <sys/resource.h> 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
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author