Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 3 Jun 2003 12:55:21 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Problem with accept?!! (was: Re: apache cygwin package hangs when MaxRequestsPerChild reached!) Message-ID: <20030603105521.GY875@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <00a301c32894$06df1560$0401010a AT XYZZY> <20030602175712 DOT GN875 AT cygbert DOT vinschen DOT de> <3EDB900C DOT 79ED9CEC AT wapme-systems DOT de> <20030602181109 DOT GO875 AT cygbert DOT vinschen DOT de> <001c01c32933$8c062630$9f0c10ac AT XYZZY> <000601c32979$bef2ca30$0401010a AT XYZZY> <3EDC0F64 DOT 7B5230AD AT wapme-systems DOT de> <241033830018 DOT 20030603114755 AT familiehaase DOT de> <20030603103135 DOT GV875 AT cygbert DOT vinschen DOT de> <51037303513 DOT 20030603124548 AT familiehaase DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51037303513.20030603124548@familiehaase.de> User-Agent: Mutt/1.4.1i On Tue, Jun 03, 2003 at 12:45:48PM +0200, Gerrit P. Haase wrote: > Corinna schrieb: > > > On Tue, Jun 03, 2003 at 11:47:55AM +0200, Gerrit P. Haase wrote: > >> Another problem with the latest snapshots was that I cannot build perl > >> with it, > > > I wonder if it wouldn't be more productive to write *why* it fails to > > build... > > I don't know why it fails. I just see that the first simple test to > execute a perl statement with miniperl.exe (static perl binary) fails. > Since miniperl is used to build the rest of perl (the shared core and > all the modules) I cannot build perl. > > I haven't debugged it yet. I'll need to debug it, I know. Hint: Be careful to strictly separate your building environment in two parts, one with libcygwin.a and the headers from 1.3.22 (for building 1.3.x compatible applications) and one with libcygwin.a and the headers from the snapshot (building non-compatible 64 bit applications which only run under the latest (1.5.0) snapshots so far). If you only install the DLL and libcygwin.a from the snapshot but don't replace the header files, too, the resulting applications are very good candidates for crashing. Applications build with new headers but with the old libcygwin.a as well. Headers and stub library must match to work. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/