delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/03/05/06:09:09

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:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=DL7zs6AzLzuH/kCC
EkTHFoh22mpUtbDaZat86H+hGMhomkk1gHUo4Qewxh/5+3E8/DVivQRBQX1gPEJG
Z947l16/Vf6HOjXX47OYmAYhjRUYiCp5Z24fM37TeCY/Lx2+c3+wm2ATWbpiU6Gc
4JTqwYtIbhF+MpMQ61MF6wwP6+Q=
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:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=O915JfDaDhHoqznNKIXxxV
dPFbU=; b=FqJReY7MPIIZbWrwbGAzKyR8ANh28FHXNjTZKcbtbekNIM+3aLWNG3
Nxr2MkNXobkfIcR0Km1WrbGKGg3p2OBSzcBEXXtu7MSqlf/MtVIa+4bvMNGXTs6N
FF31Phk+mZtSqNd5qxlJv5PxrGxgdSUVlBGnq5UEDLWA/4oTttLi4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:731, H*i:sk:b6c0f70, H*f:sk:b6c0f70, H*MI:sk:b6c0f70
X-HELO: mail-pg0-f52.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=9MPPzOGg6aD0L7GKku/9l2hjnTP1wTNEuFER7+cXBDg=; b=EvhYlBqsKAZJP6f2OJ0xSJXaJ+OWn4zanMW9C9CnnH4pmo6ZNCaY14TRa64i4SSbCo onoCef52TnpSYNmbfmuoOUDk0MCO/0aEINvJzyZGfD3IaSXa6PhhL4uDB/kMsM/WUsfP v8AoNucQjZNoM638DUMvFUB+z84oi3MGWwopbHOt2M7I9FK+nhIiqoq468xpqieCsQxN fxaSZoFKTVhxTaJiwwfLGVJuSCSe0FG5+Xv5g44wXbmdcj6Y+mZzoDjzVaCjUPnbRQUB vRtF4hXKvoz3fZL6D+t7RC4c8EQPVVCQdrW6d2TUGmOWZoYuEfzcYzudqNZJBZsZOFqo sE+g==
X-Gm-Message-State: AMke39mio77sToBO1BhxPM7gZFa3CBj0PjnMkjCCR1GdIQkqHGvnm2GfdBRLAFc+LLJZlQ==
X-Received: by 10.84.129.195 with SMTP id b61mr17827161plb.83.1488712122465; Sun, 05 Mar 2017 03:08:42 -0800 (PST)
Subject: Re: Strange errors running gcc tests on Cygwin
To: cygwin AT cygwin DOT com
References: <8fa02a72-e684-2ead-eacb-a5347d7594ae AT pobox DOT com> <82b31abc-7b7f-8f13-fc22-521c9ef84abf AT pobox DOT com> <8bda181f-f0bc-b0dc-2d2d-1bb17031ccee AT gmail DOT com> <b6c0f704-1f04-63ea-8220-ee30d623a9d6 AT pobox DOT com>
From: David Billinghurst <dbcygwin AT gmail DOT com>
Message-ID: <583230d9-f45c-aaa0-ed77-5c50863406f5@gmail.com>
Date: Sun, 5 Mar 2017 22:08:39 +1100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
MIME-Version: 1.0
In-Reply-To: <b6c0f704-1f04-63ea-8220-ee30d623a9d6@pobox.com>
X-IsSubscribed: yes

On 5/03/2017 18:36, Daniel Santos wrote:

> Is this a documentation error then? (from 
> https://cygwin.com/cygwin-ug-net/setup-env.html)
>
>     The LD_LIBRARY_PATH environment variable is used by the Cygwin 
> function
>     dlopen () as a list of directories to search for .dll files to 
> load. This
>     environment variable is converted from Windows format to UNIX 
> format when a
>     Cygwin process first starts. Most Cygwin applications do not make 
> use of
>     the dlopen () call and do not need this variable.

No.

LD_LIBRARY_PATH is used by dlopen ().

PATH is one of the locations searched by Windows when starting 
applications, see https://msdn.microsoft.com/en-us/library/7d83bc18.aspx

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019