From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.user Subject: Re: guile-pg - debian Date: Tue, 05 Feb 2008 09:26:03 -0500 Message-ID: References: <20080204171945.4175db40@altosw.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202221583 3584 80.91.229.12 (5 Feb 2008 14:26:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 14:26:23 +0000 (UTC) Cc: guile-user To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 05 15:26:40 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMOkx-00035w-2K for guile-user@m.gmane.org; Tue, 05 Feb 2008 15:26:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMOkU-0007bg-Kz for guile-user@m.gmane.org; Tue, 05 Feb 2008 09:26:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMOkQ-0007bI-4h for guile-user@gnu.org; Tue, 05 Feb 2008 09:26:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMOkO-0007b3-Kz for guile-user@gnu.org; Tue, 05 Feb 2008 09:26:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMOkO-0007b0-Eu for guile-user@gnu.org; Tue, 05 Feb 2008 09:26:04 -0500 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JMOkO-0000MG-8S for guile-user@gnu.org; Tue, 05 Feb 2008 09:26:04 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id D168352ED; Tue, 5 Feb 2008 09:26:03 -0500 (EST) X-Hashcash: 1:20:080205:guile-user@gnu.org::7H68wPEF9/UAF5fS:00000000000000000000000000000000000000000000bMa X-Hashcash: 1:20:080205:david@altosw.be::7H68wPEF9/UAF5fS:001ibD In-Reply-To: <20080204171945.4175db40@altosw.be> (David Pirotte's message of "Mon, 4 Feb 2008 17:19:45 -0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (berkeley-unix) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6413 Archived-At: Before to try to do it myself, and with the idea to share info on this matter, may I ask if any of you guys already attempted to modify/compile the guile-pg debian package [currently testing: 0.16-4+b1] with guile-1.8 ? I am not (I work on pkgsrc not debian), but guile-pg currently depends on the 'load shlib as module' interface present in 1.4 and 1.6 but that was removed in 1.8. So I expect that it needs a new .scm that dynlinks the .so and exports all the right symbols.