From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yarl via "Developers list for Guile, the GNU extensibility library" Newsgroups: gmane.lisp.guile.devel Subject: Re: load-foreign-library from LIBRARY_PATH Date: Wed, 01 Jan 2025 13:08:00 +0100 Message-ID: <87ttai7n4v.fsf@mailoo.org> References: <875xmz2td1.fsf@lease-up.com> Reply-To: Yarl Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2235"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Felix Lechner To: Felix Lechner via "Developers list for Guile, the GNU extensibility library" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Jan 01 15:22:45 2025 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tSzcT-0000UN-BK for guile-devel@m.gmane-mx.org; Wed, 01 Jan 2025 15:22:45 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tSzc6-0004un-GN; Wed, 01 Jan 2025 09:22:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tSxWU-0001ud-0h for guile-devel@gnu.org; Wed, 01 Jan 2025 07:08:26 -0500 Original-Received: from msg-1.mailo.com ([213.182.54.11] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tSxWQ-00088F-WB for guile-devel@gnu.org; Wed, 01 Jan 2025 07:08:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1735733281; bh=dEq4H2eO13nm3ZrfZ9lx5/tc43MsLM/9HICBnZpYccU=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=C4S9FibyBjKoy4kx5BUcvKZKOAPbLCS0FNzAjZEtFoUmXROGIvWmRcuvxwVhSz3E+ FE3LJvWRbBP4RvCtg+zJb8t89b0dHWJM6lGgezQFegtRzLpi2LbqfDraXEY5C+LCJN 5N8DqXlB6cfutVHEfRm1zz/XxhDjyBjoVSVlzKoE= Original-Received: by b221-1.in.mailobj.net [192.168.90.21] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 1 Jan 2025 13:08:01 +0100 (CET) X-EA-Auth: emwmHJ+g/A3vMZZ+ANlSsis1MSN9MxnJ9ypjg6wpXzrZ213JuV4l8n2TuXdXayk01ahsDBz3sdSY4059Tdvq9Ho/xPEYbi5R5Ivt01U4owQ= In-Reply-To: <875xmz2td1.fsf@lease-up.com> (Felix Lechner via's message of "Tue, 31 Dec 2024 17:52:26 -0800") Received-SPF: pass client-ip=213.182.54.11; envelope-from=yarl-baudig@mailoo.org; helo=mailo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 01 Jan 2025 09:22:18 -0500 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22861 Archived-At: Felix Lechner via "Developers list for Guile, the GNU extensibility library" writes: Hi > So I understand that not all Guile extensions are regular shared > libraries, but shouldn't load-foreign-library at least look in > LD_LIBRARY_PATH? It does. It is mentioned in 6.19.1 Foreign Libraries