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: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 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.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 X-Google-Original-From: Dr Rainer Woitok 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 AT cygwin DOT com Subject: Running a program using a DLL under Cygwin Reply-To: cygwin AT cygwin DOT com, Rainer DOT Woitok AT gmail DOT 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