X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=vTiczQR4epfleaPBaafxbVb4ge20Krq3BGbXI+Ft8erusvrNr6kno w6cqITOpvya5zdZ6iDVwk4v/e+wd+d/gbub5Y3eyF1OGI9fmrpqYz6mybWlR/EEv fDolfYufQUEnFJ0eS9RId65zowVi81Ppoj/LKApVEHW10WYUfY77RA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=XfSarSWZFROcRJ0lRGphnCwCZm0=; b=QnOgDj8X2+9SQfmn12VjM+s32Zqg 6JTe+j1OGLs+eXEIDvwNpvXE83+QWXJoIm1hVPA7qZcEJapGpQZWJmLz5zmOF5CL eSlvBGV5Ofu55o1Y+FOyjUDLdtCYPVAuBAxUs8xbwVK94whrZ+yqOPx/ix1g/CES ewQXyeOb4RQzDOo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.3.1 Date: Wed, 31 Jul 2013 13:49:54 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: [BUG ?] Failed to rebuild Cygwin Message-ID: <20130731114954.GZ4166@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <003401ce8dcb$a630b310$f2921930$%fedin AT samsung DOT com> <20130731095949 DOT GV4166 AT calimero DOT vinschen DOT de> <51F8E342 DOT 5020509 AT gmail DOT com> <20130731102826 DOT GX4166 AT calimero DOT vinschen DOT de> <20130731104701 DOT GY4166 AT calimero DOT vinschen DOT de> <51F8F597 DOT 7040109 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51F8F597.7040109@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Jul 31 19:31, JonY wrote: > On 7/31/2013 18:47, Corinna Vinschen wrote: > > Erm... hang on. On second thought, I'm not sure that this is a bug. > > The actual bug here was clearly in the Cygwin utils Makefile. > > > > In fact, since w32api should only be used by Cygwin executables, why > > should w32api provide libmingwex.a at all? Linking a Cygwin executable > > against libmingwex doesn't sound like the right thing to do. Shouldn't > > rather libmingwex.a just go from w32api? > > I just realize that libmingw*.a is not packed with w32api-runtime anyway, so my question doesn't make sense. > Can you see what happens if libmingwex.a was replaced by the empty libm.a? I don't understand what you mean. Can you rephrase the question? > It is only _get_output_format require stuff from msvcrt, > _set_invalid_parameter_handler just uses some typedef declaration. > > I'm starting to wonder if this require a deeper fix. Not sure, but the problem here was clearly that the crt2.o from mingw-crt didn't match with what is provided by w32api-runtime. However, there's no point linking against mingw-crt crt2.o but then use the libs from w32api, so this isn't really a problem in w32api-runtime. So, bottom line is, I'm not sure there's anything to fix in w32api-runtime at all. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple