From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Re: Using Libtool's `dlpreopen' Date: Sun, 7 Dec 2008 21:18:47 +0000 Message-ID: <49dd78620812071318hdd0932bi3df1c4b22c601a6c@mail.gmail.com> References: <873agzity7.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1228684746 13966 80.91.229.12 (7 Dec 2008 21:19:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2008 21:19:06 +0000 (UTC) Cc: guile-devel@gnu.org To: "=?ISO-8859-1?Q?Ludovic_Court=E8s?=" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Dec 07 22:20:11 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L9R2t-0002eb-Ab for guile-devel@m.gmane.org; Sun, 07 Dec 2008 22:20:07 +0100 Original-Received: from localhost ([127.0.0.1]:45368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9R1i-00048Q-7g for guile-devel@m.gmane.org; Sun, 07 Dec 2008 16:18:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9R1f-00047n-3P for guile-devel@gnu.org; Sun, 07 Dec 2008 16:18:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9R1e-00046X-5P for guile-devel@gnu.org; Sun, 07 Dec 2008 16:18:50 -0500 Original-Received: from [199.232.76.173] (port=54803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9R1e-00046D-0B for guile-devel@gnu.org; Sun, 07 Dec 2008 16:18:50 -0500 Original-Received: from fk-out-0910.google.com ([209.85.128.186]:36372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9R1d-0007Jp-JK for guile-devel@gnu.org; Sun, 07 Dec 2008 16:18:49 -0500 Original-Received: by fk-out-0910.google.com with SMTP id 18so1007529fkq.10 for ; Sun, 07 Dec 2008 13:18:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=O6mj0moZFU0OCy0+YrgPsqvj0v5ewYTqcEve3jE7oSA=; b=JHo/V1cqLErxOaHjmfDEZpg6Sp3dTyoOpZyDllqpPPytvalUde/dmA/2NHGycoiU+I /qc1rOioxbqap/eGJ/NRqzKyiNtPzzk0eQ5knLKvVoE1U0/KgCl2UFJqk0VrdJoYYmV4 GWsD3+9FRCpmkJDpqxriSAF0rJLhfDlKx3lIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IKnNqVaBCOPIIgyK7ZtGUq5+JRvloQlgvbLPg7mcc1K60djqjWeOKsh12HUnxHWHHX AnX9rbyadqWY2XMsQuAri+PitpPZTwNaJ2TXuTpjzMEZCZmg6hJp6zLo9lv4iyPv5YVB Y7EFKWOkzuW640Ra7HAUKbTrxaXiAuygsv7U4= Original-Received: by 10.181.52.14 with SMTP id e14mr963374bkk.47.1228684727195; Sun, 07 Dec 2008 13:18:47 -0800 (PST) Original-Received: by 10.181.59.9 with HTTP; Sun, 7 Dec 2008 13:18:47 -0800 (PST) In-Reply-To: <873agzity7.fsf@gnu.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7898 Archived-At: 2008/12/7 Ludovic Court=E8s : > > Thus, given that: > > 1. Dlpreloaded symbols have never worked. > > 2. There's no clean way to make use of them. > > 3. The `LTDL_SET_PRELOADED_SYMBOLS ()' macro causes compatibility > issues between 1.5 vs. 2.2. > > I'm in favor of simply removing `-dlpreopen' and > `LTDL_SET_PRELOADED_SYMBOLS' for now. If we agree on that, then I'll > release 1.8.6 this way. Sounds good to me. Neil