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: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 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=-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 AT cygwin DOT com From: Achim Gratz 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: References: <1430726442923-118056 DOT post AT n5 DOT nabble DOT 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 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