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: Debian guile-1.8 and ttn guile-pg Date: Wed, 28 May 2008 15:18:39 -0400 Message-ID: References: <20080329135511.68737330@altosw.be> <87k5jkwgvl.fsf@moley.moleskin.org> <20080330123428.5dff9969@altosw.be> <87ej7qqms3.fsf@ambire.localdomain> <87prr7oq3o.fsf@ambire.localdomain> <20080527131718.6ce2f415@altosw.be> <87od6qwr10.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212002364 5074 80.91.229.12 (28 May 2008 19:19:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 19:19:24 +0000 (UTC) Cc: guile-user@gnu.org, Sebastian Tennant , David Pirotte To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 28 21:20:04 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 1K1RBq-000647-0R for guile-user@m.gmane.org; Wed, 28 May 2008 21:20:02 +0200 Original-Received: from localhost ([127.0.0.1]:54796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1RB4-0004Cv-KI for guile-user@m.gmane.org; Wed, 28 May 2008 15:19:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1RAX-00042i-9j for guile-user@gnu.org; Wed, 28 May 2008 15:18:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1RAW-00041i-Ih for guile-user@gnu.org; Wed, 28 May 2008 15:18:40 -0400 Original-Received: from [199.232.76.173] (port=48923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1RAW-00041S-7l for guile-user@gnu.org; Wed, 28 May 2008 15:18:40 -0400 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:57687) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1RAV-0005fQ-U3 for guile-user@gnu.org; Wed, 28 May 2008 15:18:40 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 0BBCE52A0; Wed, 28 May 2008 15:18:39 -0400 (EDT) X-Hashcash: 1:20:080528:david@altosw.be::ua1Vae3vbK/JqsJ8:000RJQ X-Hashcash: 1:20:080528:ttn@gnuvola.org::ua1Vae3vbK/JqsJ8:000SdF X-Hashcash: 1:20:080528:guile-user@gnu.org::0CmLBJN8wHmqCNWh:00000000000000000000000000000000000000000001PJ4 X-Hashcash: 1:20:080528:sebyte@smolny.plus.com::ua1Vae3vbK/JqsJ8:000000000000000000000000000000000000000450P In-Reply-To: <87od6qwr10.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Wed, 28 May 2008 14:29:31 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) 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:6592 Archived-At: I ma pretty sure that 1.6 and 1.8 behave the same way when one loads a .so when in a module context. It's just that 1.8 no longer has the code that satisfies a require by loading a .so. So the export statements that David posted from debian look fine to me, and the least confusing way to do things. define-public isn't right, because the symbol is defined after loading the .so, just not exported.