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: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 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 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: From: "Tony Kelman" To: References: In-Reply-To: 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