From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OsjOo-0006nK-GR for garchives@archives.gentoo.org; Mon, 06 Sep 2010 21:38:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC43BE0A49; Mon, 6 Sep 2010 21:38:18 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A2FD3E0A49 for ; Mon, 6 Sep 2010 21:38:18 +0000 (UTC) Received: by iwn39 with SMTP id 39so5972342iwn.40 for ; Mon, 06 Sep 2010 14:38:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=PvMeU9XHLwMAY4OBUfWJOlxihHanZvvdecm2BBLbXTI=; b=uzuYCNJAyMCF/xphKGdVVE9Hxgh0srW6cHKV1E7sLiwKNw1z8x97QeruRrWDc1gks3 eZPuWx5W3TOj3TAOu7OMGIRkr9WeOWYK5ynavsTVnFqGltmDtGt6XlagPbHxH8Ffhsce czvnhke1B7ra08iIFQDXj3rzimi09a4gb+p5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=a9VRdnndqzm/sw6SGH5P/HfQUvly49JQ7s0XDxErgKsBuDzsY0BjBSxsr7dyzCSAva d/xKlNjxBIJ8k+cVh6WLb0XuW/2b6Hj15lFXn/FcZpKrA4F6s0oEsY/vncKtv9OMcqGg y0K5ErXl28oJSX5cDy6HY8rZ2V1/lpzvnwWjI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.160.17 with SMTP id l17mr6882249ibx.102.1283809098298; Mon, 06 Sep 2010 14:38:18 -0700 (PDT) Received: by 10.231.37.138 with HTTP; Mon, 6 Sep 2010 14:38:18 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Sep 2010 23:38:18 +0200 Message-ID: Subject: Re: [gentoo-user] Re: Shared libraries in Gentoo From: Al To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 1300b13e-424a-4bbc-90d5-c9691632df05 X-Archives-Hash: 512743b3363c2050aaccd7b2ca489b84 > Also I installed a few libries with Prefix Gentoo on Cygwin. On Cygwin > there is no /etc/ld.so.conf. Yet the libraries are found somehow. I > still have to find out how it works in that environment. Ah! Your manpage answers this question: "The directories /lib and /usr/lib are searched" as last step. Al