Date: Sun, 15 Mar 1998 15:42:12 +0200 (IST) From: Eli Zaretskii To: "John L. Spetz" cc: djgpp AT delorie DOT com Subject: Re: Compiling GREP and "rlim" In-Reply-To: <6ea02c$t3k$1@alexander.INS.CWRU.Edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 13 Mar 1998, John L. Spetz wrote: > I am trying to recompile the DJGpp port of GREP but I keep getting > size of rlim not known. This is a variable of type "struct rlimit" > but I cannot find where it is defined. Which version of DJGPP are you using? "struct rlimit" is defined on which is part of DJGPP v2.01. If v2.01 is the version you are using, then describe the steps you've done to recompile Grep. The file djgpp/README explains how to build Grep with DJGPP tools.