X-Recipient: archive-cygwin@delorie.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=jVrJToxF0j7sakf/LPDwGE3Ka+nPwG5cCunWRcU2np+7NgO+IVeLe
	BsRaldJXpMiNn3DbtpNjPunOA/idQONbcgrx3OSODW2fJREChIxvj5SVfcF1ZbAN
	XzH1+6/Qhbdwe45c+6SWdA4B2IyBqfuIFFT1cSSzAfMpmCdctZKkLc=
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=NLfaZkscMezoeaB6zRmOPZtSB0c=; b=D6hBMZfTmGkVOXTINoHzkR65JCJj
	tJiBgEbXKLdQCvW6YGX/zuwv3D5K3rYVsTi6DceRtrBg3wxZ/0oWl9G+VAvDNAAd
	oSxpurNEIWSiv6HIvS6xRRY7dhBTbEk+Om7/r73VueQpxr+cSVUNBMZv5m2abp41
	fQ1nRTGhKKarO64=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,TW_YG autolearn=no version=3.3.1
Date: Sat, 20 Jul 2013 13:00:44 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Mingw build problem for TCL
Message-ID: <20130720110044.GN20871@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <51E89AC4.2030405@fastmail.fm> <20130719075528.GA10849@calimero.vinschen.de> <51E9B8DE.7030408@fastmail.fm>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <51E9B8DE.7030408@fastmail.fm>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jul 20 08:08, Jonathan Kelly wrote:
> On 19/07/2013 5:55 PM, Corinna Vinschen wrote:
> >On Jul 19 11:47, Jonathan Kelly wrote:
> >>Hi,
> >>
> >>sorry if this isn't the correct place. I have previously used the
> >>mingw-* packages to create a Windows compile of tcl8.6.0, but
> >>currently it doesn't work. It compiles without error as far as I can
> >>see, but when you try to run the executable (tclsh8.6.0.exe) it
> >>returns immediately with code 127.
> >>(PS ... I have tried it with the current mingw/msys system directly,
> >>and that compiles OK.)
> >>-------
> >>$ uname -a
> >>CYGWIN_NT-6.1-WOW64 jon-Z930 1.7.21(0.267/5/3) 2013-07-15 12:17 i686 Cygwin
> >>
> >>$ cygcheck -c | fgrep mingw
> >>mingw-binutils           2.23.1-1             OK
> >>mingw-gcc-core           4.7.3-1              OK
> >>mingw-gcc-g++            4.7.3-1              OK
> >>mingw-pthreads           20110507-2           OK
> >>mingw-runtime            4.0-1                OK
> >>mingw-w32api             4.0-1                OK
> >>
> >>$ ./configure --host=i686-pc-mingw32 --build=i686-pc-mingw32 --prefix=/Tcl
> >>... cut ...
> >>
> >>$ make binaries
> >>... cut ...
> >>i686-pc-mingw32-gcc -O2 -fomit-frame-pointer -DUNICODE -D_UNICODE
> >>tclAppInit.o libtcl86.a libtclstub86.a -lnetapi32 -lkernel32
> >>-luser32 -ladvapi32 -lws2_32
> >>/cygdrive/c/src/tcl8.6.0/compat/zlib/win32/zdll.lib \
> >>         tclsh.res.o -o tclsh86.exe -mconsole  -pipe
> >>
> >>$ echo $?
> >>0
> >>
> >>$ ./tclsh86.exe
> >>
> >>$ echo $?
> >>127
> >Does it run correctly when started from CMD?
> >
> >
> >Corinna
> >
> Not. Comes up with error "The application was unable to start
> correctly (0xc0000022).

Then Earnie is right.  This has nothing to do with Cygwin itself, but
with the Mingw stuff.  This is probably best discussed on a Mingw.Org
ML.
Alternatively you could try to build this with the mingw-w64 cross
toolchains and if it doesn't work, discuss it on their MLs.


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

