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:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=JKwrFXs1ZpTkbhHMJfN7LRbtH64GrGgMUJWQad0jrzMvBW xZZuKK0f3y6cPYGM7RDLEyBr/0aB7vOlzPsQq3Mz+qHboa/lWLRffqojib4ASX9Z cUF2Fk2jhRwzrDC8Tgakv2L4/j5s05kn2oxX+A9fZOy/bX/SCSqYYquqCKUH4= 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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=TbWZ5DXjDVNded5n8tfIC5CqQoM=; b=DE+rggVDFByfBUV+gWzy noL2oE4yLaLTMdiPYDG1pEzOtMMy3eTo2bwggo0V788HKmzsvNIFaPORCDilqfEA qquQlIDRE/2REU+dLAjEDbqcRFZxEPrHyjumKnNK9gYd1ZC+0biN4+THkRY03TPM b9qwEdEEKbZSwxNjkQM1S4E= 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=4.1 required=5.0 tests=AWL,BAYES_80,FREEMAIL_FROM,KAM_INFOUSMEBIZ,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 X-HELO: mwork.nabble.com Date: Mon, 4 May 2015 02:32:39 -0700 (MST) From: tmacchant To: cygwin AT cygwin DOT com Message-ID: <1430731959187-118060.post@n5.nabble.com> In-Reply-To: References: <1430726442923-118056 DOT post AT n5 DOT nabble DOT com> Subject: Re: built gnuplot does not run on the cygwin 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > 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. Achim As you said, I add the execute access right to the cygwx*.dll by chmod +x command. Now the gnuplot executable starts ordinary, ************************************************** $ src/gnuplot G N U P L O T Version 5.1 patchlevel 0 last modified 2015-05-03 Copyright (C) 1986-1993, 1998, 2004, 2007-2015 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info mailing list: gnuplot-beta AT lists DOT sourceforge DOT net faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type set to 'wxt' ************************************************** Thanks for the help. Tatsuro -- View this message in context: http://cygwin.1069669.n5.nabble.com/built-gnuplot-does-not-run-on-the-cygwin-2-0-0-tp118056p118060.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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