From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tomas By" Newsgroups: gmane.lisp.guile.user Subject: Re: loading a module Date: Wed, 17 Feb 2010 21:21:43 +0100 Message-ID: <6715b3f4c96fb363525da02fec628b35.squirrel@webmail.xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1266438195 25506 80.91.229.12 (17 Feb 2010 20:23:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 20:23:15 +0000 (UTC) Cc: guile-user@gnu.org To: "Andy Wingo" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 17 21:23:12 2010 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.69) (envelope-from ) id 1NhqQQ-0005ur-7F for guile-user@m.gmane.org; Wed, 17 Feb 2010 21:23:10 +0100 Original-Received: from localhost ([127.0.0.1]:60401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhqQP-0002o1-BW for guile-user@m.gmane.org; Wed, 17 Feb 2010 15:23:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhqP6-0002Oq-JB for guile-user@gnu.org; Wed, 17 Feb 2010 15:21:48 -0500 Original-Received: from [140.186.70.92] (port=38530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhqP5-0002Nk-MA for guile-user@gnu.org; Wed, 17 Feb 2010 15:21:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhqP4-0003PM-OW for guile-user@gnu.org; Wed, 17 Feb 2010 15:21:47 -0500 Original-Received: from smtp-vbr15.xs4all.nl ([194.109.24.35]:1368) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhqP4-0003OW-HP for guile-user@gnu.org; Wed, 17 Feb 2010 15:21:46 -0500 Original-Received: from webmail.xs4all.nl (dovemail5.xs4all.nl [194.109.26.7]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id o1HKLhCU078599; Wed, 17 Feb 2010 21:21:43 +0100 (CET) (envelope-from tomas@basun.net) Original-Received: from 89.152.179.129 (SquirrelMail authenticated user tby) by webmail.xs4all.nl with HTTP; Wed, 17 Feb 2010 21:21:43 +0100 User-Agent: SquirrelMail/1.4.18 X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 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:7651 Archived-At: On Wed, February 17, 2010 21:12, Andy Wingo wrote: > On Wed 17 Feb 2010 19:26, "Tomas By" writes: > More than that, it's tough to say; I'm mercury-ignorant. Well, since the `vepstas' binary works, the Mercury bit seems ok. Do you have any suggestions for how to debug it? Is there anything I can do to check the libguile-mytest.so file? ldd doesn't seem to report anything wrong, but is there any other test available from the shell? /Tomas