The following reply was made to PR config/866; it has been noted by GNATS. From: Dean Gaudet <[EMAIL PROTECTED]> To: Zach Frey <[EMAIL PROTECTED]> Subject: Re: config/866: Compile error in http_core.c, function set_rlimit() Date: Thu, 17 Jul 1997 15:14:50 -0700 (PDT)
> gcc -c -Iregex -O2 -DLYNXOS -DSTATUS -DNEED_RLIM_T -DHAVE_SYS_RESOURCE_H > http_core.c Um, well, you're adding -DHAVE_SYS_RESOURCE_H enabling features that we didn't ship turned on for LynxOS eh? If you look at conf.h more closely you'll see that NEED_RLIM_T does something for AIX only. You'll have to add something to the lynx section of conf.h That should do it ... and when you get it to work if you supply patches we can include them in the next release. Dean
