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:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=JztzWfV1rUl10cp4Dx7AFV2GW9xu7L5CvC5ouQKTfCH CUfvtCwKa31JZFKuBIfHj7KkGDJiX3SpYYapAI660HnxMOkRS+dr64UkBMzg14+s tI6wj3LJjSaVgSO/FWqHTBrM9pPc3AYqIroNk2c094UjsrcQO3+BV+0McWhZZXlU = 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:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=5UsUjwnVkViJZmDiuQf5jtY3sz0=; b=wIIKEu8Qcl0JPn4NL 4yYg0pcsMU8GLuqY1WEvTusF6+d5YoZtzuCIIrrW2SWf5AckuvWuHRZrBXkfHeJo ri74787NPumJAH7D6HDfbL69rpgqEXtHE/iwcYqs7sV5+C63dAU7O9xkycFYreqh tdkrTgTGKDZdlhGI8Jw3eUPLIQ= 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.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_DUL,SPF_PASS autolearn=ham version=3.3.2 X-HELO: conuserg003-v.nifty.com X-Nifty-SrcIP: [121.93.68.199] Date: Sat, 7 Mar 2015 12:44:29 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: octave/gnuplot fails with new cygwin dll. Message-Id: <20150307124429.40ea18631540eda21ba3a85c@nifty.ne.jp> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi, George. Possibly, are you using gnuplot which does not derive from cygwin package? If so, you might also need to rebase DLLs which come with gnuplot. In my case, it would be as follows: $ cd /bin $ ./find '/cygdrive/c/Program Files (x86)/gnuplot' -name '*.dll' > /tmp/rebase.lst $ ./rebaseall -v -T /tmp/rebase.lst in dash or ash. Needless to say, administrator privilege is required. -- Takashi Yano -- 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