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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=CZNwuZJ6OFx/QUX9CrbZm62712uM W1TdAqS4Mq5AalrAHmXESFngyZrriQhd/3tclDtCM7NPOdzlqymE8t1WbNDSpBm0 QPER9xAXer3/lIdI/09ncQRrJbd8DNHjvcqMUzYoIjSyAum/ulkpjQ8Le8nA8WZ/ IJnKUgqBdNm+x4I= 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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=default; bh=Yfrs2LNuDJqlER5FTze6AT5Ouz4=; b=mE ARr5GxTz8LeMaHdFQGGtreqwu50C82rmOAjYyDPdx2NAwRdlyeV2t3t7CL8T5qhC RRFFOM/gKVKpR46/K9M13o3ubXkUtPTmkODjAm0L4M2lbIG94+rpzl1DkMWBHB4a XDGAXugbUo0ixtVgl28IM1mYdm1vnrWgTVYbM2BCQ= 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.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: smtp5-g21.free.fr Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=us-ascii From: Denis Excoffier In-Reply-To: <544AB396.5060300@t-online.de> Date: Fri, 24 Oct 2014 23:17:35 +0200 Cc: cygwin AT cygwin DOT com Message-Id: <09092535-826E-4995-94E8-B4AF3E4F5089@Denis-Excoffier.org> References: <20141024110209 DOT GJ20607 AT calimero DOT vinschen DOT de> <25D5C8B8-57B7-449C-95C6-CD9055816B6B AT Denis-Excoffier DOT org> <20141024193638 DOT GO20607 AT calimero DOT vinschen DOT de> <544AB396 DOT 5060300 AT t-online DOT de> To: Christian Franke Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s9OLHoZX008891 2014-10-24 22:16, Christian Franke wrote: > > Corinna Vinschen wrote: >> >> Sigh. >> >> I don't like the idea either that this simple change breaks existing >> scenarios. I'm inclined to revert this change. >> >> Christian, would you mind terribly to re-add the tweak to postfix >> to set $PATH? >> > > No problem. > > Another possible solution: > Check for e.g. CYGWIN_DLLPATH environment variable before calling SetDllDirectory(). > > If unset or empty, call SetDllDirectory("X:\path_to_cygwin\bin"); > else if set to ".", do nothing. > else call SetDllDirectory(CYGWIN_DLLPATH); > > The above 'make check' should then work again as 'CYGWIN_DLLPATH=. make check'. I can buy this. Setting 'export CYGWIN_DLLPATH := .' at the beginning of the Makefile will do the job. > > Possible enhancement: If AddDllDirectory() is available (>= Win8), accept a real search path in CYGWIN_DLLPATH. Also perhaps you can use yet another subitem in the CYGWIN environment variable? Denis Excoffier. -- 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