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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=rvquNapzmuGt+TqeJYMVe4MIvy6oI2Vpuyvq0XVCmT0Tj9QmHFjaE
	+llGx/5s0J4PXpnepxxvQWyze7gN0jGO7GFduFs3Ufm9uGllk1sbiOCpfhG9ALxD
	LKu3gUQ/r6uXFynf+nAattQkZ4Twa5Fg5U9+GfOEujG/rnfSHKHR5g=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=62aGwcTUhl65hFRvSjli+syFi3U=; b=qmb0Ohccxfxiiwsn4k4L+WHu005C
	FU3ZGaHyzgnuOa0mACvY5VAej9hYjZISX4t0VStOKzeO1Y+4brg8nzZysU75LBE2
	Oxy34w4scwc8MnezmrAMFPg3B9C/jk7836pCruWyNTV7R8p1tFU7t/Qcblc5DoTO
	bEI7nUcFckHj+r0=
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=-3.4 required=5.0 tests=AWL,BAYES_50,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: built gnuplot does not run on the cygwin 2.0.0
Date: Mon, 4 May 2015 08:35:54 +0000 (UTC)
Lines: 17
Message-ID: <loom.20150504T103114-181@post.gmane.org>
References: <1430726442923-118056.post@n5.nabble.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

tmacchant <tmacchant <at> yahoo.co.jp> writes:
> During startup program exited with code 0xc0000022.
> (gdb)

That status code is described as:

0xC0000022 STATUS_ACCESS_DENIED
{Access Denied} A process has requested access to an object but has not been
granted those access rights.

https://msdn.microsoft.com/en-us/library/cc704588.aspx

Check the modes and ACL on the executable and libraries you're trying to use.

Regards,
Achim.



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

