Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <5.0.2.1.0.20001216160658.02a412a0@pop.bresnanlink.net> X-Sender: cabbey AT pop DOT bresnanlink DOT net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 16 Dec 2000 16:39:39 -0600 To: cygwin From: Chris Abbey Subject: Re: building bash 2.04-4-src.tar.gz In-Reply-To: <20001216172658.28662.qmail@web113.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 09:26 12/16/00 -0800, Earnie Boyd wrote: >It sounds as if you need to `wget ftp://ftp.gnu.org/pub/gnu/config/config.*' >and replace config.guess and config.sub in the bash-2.04 source distribution. good idea, they're very old, but like changing to cygwin32 it only removed the error message - the config.h file didn't change, neither did the Makefiles (except the system name). I *think* the problem is that in the configure script they test for the presence of setdtablesize(int) but they don't test for the return value. In cygwin it appears that this value is void. ( line 97) but in the ulimit.c file that is generated from ulimit.def they think it's an int. I can't find a definition of this function on my linux box to compare to. The line that's the problem is wrapped by #ifdefs so I'm going to try disabling it in the config.h.... well... it builds that way. ;) now I can get back to debugging my original problem.... now the forces of openness have a powerful and unexpected new ally http://ibm.com/linux/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com