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:message-id:from:to:references:in-reply-to
	:subject:date:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=neVdwz3Z4kRlQw+m
	ahihH8y9T3lvaB6D3K5LfxOL+S8s4I/MZYCKlrUyFb332fu0Ly78CsxkBVXELAgB
	YyynON4Z+GVKqJN4nvQL3SK6kOS3b+SQnm6ro8LFkgdhC2I63Oew+WlY72vt+RLl
	Iro3VAxWSj6ExJ945kaZbe/x244=
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:from:to:references:in-reply-to
	:subject:date:mime-version:content-type
	:content-transfer-encoding; s=default; bh=zP3wZjmydsZFyb0CUVF/WL
	FfDm8=; b=Jje2CIYhS/ItKfgO8QQHAk7kgcg9HJ6ZWH4g/Lyt2nmXP2JOdG//j2
	TYKP8bW54chL+EZF5qT32f9rCa2DaLKkY2zKEs0jT6njdGCdnxlo9bm2wPwKpvfh
	VqIx7tYweypYeXyvRqCgs/23qb+mWO4ODj9EVYPgXH6faEKcqWB7g=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2
X-HELO: BAY004-OMC1S7.hotmail.com
X-TMN: [/oW9Fu1F+Jge8F6LoB7jCUdk9U26Vshr]
Message-ID: <BAY169-DS380D0D49EEEF1B5B9D64E3A7460@phx.gbl>
From: "Tony Kelman" <tony@kelman.net>
To: <cygwin@cygwin.com>
References: <CAA3P5HMEWibqgdNXc4pazB1wdoBtxcDAbHrHQfHFBi5y925ZMA@mail.gmail.com> <CAA3P5HPNrvCLCAoLwukbrmrkVNBmRdSjMgMw0O739XxLXY9o=g@mail.gmail.com>
In-Reply-To: <CAA3P5HPNrvCLCAoLwukbrmrkVNBmRdSjMgMw0O739XxLXY9o=g@mail.gmail.com>
Subject: Re: cmake fails to run/build under Cygwin
Date: Mon, 21 Sep 2015 11:09:25 -0700
MIME-Version: 1.0
Content-Type: text/plain;	format=flowed;	charset="utf-8";	reply-type=original
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

> It looks as though there is a problem with `execute_process` (and the
> deprecated `exec_program`). I haven't tried uninstalling the Win32
> version of CMake, but it's definitely the CygWin version that is
> running.

Could you try at least taking the win32 cmake off your path?
Or as an experiment, running `PATH=/usr/bin cmake .` ?

Problems with exec'ing external programs would otherwise lead me to
suspect BLODA or something trying to inject hooks into all processes
on startup. You aren't trying to run this in conemu by any chance?

-Tony


--
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

