delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <cygwin AT cygwin DOT com> |
From: | Chris Abbey <cabbey AT bresnanlink DOT net> |
Subject: | Re: building bash 2.04-4-src.tar.gz |
In-Reply-To: | <20001216172658.28662.qmail@web113.yahoomail.com> |
Mime-Version: | 1.0 |
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. (<sys/unistd.h> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |