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:from:mime-version:content-type
	:content-transfer-encoding:message-id:date:to:subject:reply-to;
	 q=dns; s=default; b=hnwK/K8tslumhHAXMYvpG25qg8X1Y6AglhM+ie7Juv3
	DwdM2CDude4eWT0++G0jlpoXMyEmyNwjzr/SyK6YCLrCmZ9/mFzFoZ4EhByQuq8Q
	GRTnNIv01SRVV3FRWaad1EcooWNf0NfkzvNHoS+0oqavIdW6xXWP74GopCT3ECVQ
	=
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:from:mime-version:content-type
	:content-transfer-encoding:message-id:date:to:subject:reply-to;
	 s=default; bh=FyrvP8yrr+sFfaeUiov5VUs4r0w=; b=py0t9KL3wwoprjIYT
	R4oQ4daIFvYJauEXwHxY6Qg0duF8XIyTVV/0oJ3DrhZJqrjgshUmg9VgEwZN1P3D
	KMHDubktzX9mUs0NXxtufI8gELP8Xl2/qtS4ULxWiC/w4TSXIXwlKOyxNPL3PGzD
	wK0jA4U4bGA4ZfeZiZmBDv0q1s=
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=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HK_NAME_FM_DR,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wi0-f181.google.com
X-Received: by 10.180.211.39 with SMTP id mz7mr4181679wic.65.1444311470752;        Thu, 08 Oct 2015 06:37:50 -0700 (PDT)
From: Dr Rainer Woitok <rainer.woitok@gmail.com>
X-Google-Original-From: Dr Rainer Woitok <Rainer.Woitok@Gmail.Com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <22038.29093.221000.863384@woitok.gmail.com>
Date: Thu, 8 Oct 2015 15:37:41 +0200
To: cygwin@cygwin.com
Subject: Running a program using a DLL under Cygwin
Reply-To: cygwin@cygwin.com, Rainer.Woitok@gmail.com

Greetings,

I'm running  a program which requires a DLL  sitting in my "~/bin/" dir-
ectory.  Since "~/bin/" is contained  in my "PATH" environment variable,
everything works  as desired.   Recently I moved  the DLL elsewhere, re-
placing it with a symbolic link in "~/bin/".  This caused the program to
fail to locate the DLL.  Moving the DLL back in place caused the program
to work again.

Is this a Windows problem  (since DLLs are Windows  rather than Unix) or
Cygwin's?   The link was created with the normal  "ln -s" command.  And,
if that matters, Cygwin is running on Vista here.

Sincerely,
  Rainer

PS: Please also reply  to me personally,  as I'm not  subscribed to this
list.

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

