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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=mLg+2HWPMIr/the0KJdjiDGmgJ/QEBDqFqUbrIY+snG yWrPjI5mWoYDdlQBU7RC9W3D5pT4fFBXR5i4Ou+7dQFMpbT4WfWZKqPDt/3f+W4h NCy5B5Lb26iHtYEq/kNeZ8Db8KFuS2FY0V3SrgwDcHd5FMCCi3X+Xk5ladqXnp6A = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=olYI87HmPMhuB9Y7qBJz3T2kW+U=; b=S4BvCQrsHFPMZXFS5 NtERAHEgt6U32T5npI8kXXKwgOMDP/+l7Fsj5Sgm+a86xcFmIwlqt6LS15yinjGU EbEoGZZmsoi69+poguFbe9QfmaltDOORhEykfZbV0ef1r57ZwMYBr40uMy24Unoe 0cv6IeZDav9uJlBmgUARLMzYps= 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.4 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS,TW_BJ autolearn=no version=3.3.1 Message-ID: <51ED3171.5000301@cwilson.fastmail.fm> Date: Mon, 22 Jul 2013 09:19:45 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: The Cygwin Mailing List Subject: Re: Mingw build problem for TCL References: <51E89AC4 DOT 2030405 AT fastmail DOT fm> <20130719075528 DOT GA10849 AT calimero DOT vinschen DOT de> <51E9B8DE DOT 7030408 AT fastmail DOT fm> <20130720110044 DOT GN20871 AT calimero DOT vinschen DOT de> <51EB6CE3 DOT 9050403 AT fastmail DOT fm> In-Reply-To: <51EB6CE3.9050403@fastmail.fm> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 7/21/2013 1:08 AM, Jonathan Kelly wrote: >> On Jul 20 08:08, Jonathan Kelly wrote: >>> Not. Comes up with error "The application was unable to start >>> correctly (0xc0000022). > No, it's not - it compiles and runs as it should when I use the Mingw > directly. It's what I'm using now. I was just trying to give back a > little by reporting a problem. 0xc0000022 is the error code, IIRC, for "couldn't find a DLL that I needed at startup". For the (failing) binary that you compiled using cygwin's mingw-gcc package(s), could you post the result of the following command? $ i686-pc-mingw32-objdump -p tclsh.exe | grep 'DLL Name' -- Chuck -- 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