From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: scm_gc_malloc not in stable branch Date: Fri, 29 Nov 2002 23:43:42 -0500 Organization: Alto Air Services Sender: guile-user-admin@gnu.org Message-ID: <20021129234342.00ffb7da.david@altosw.be> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038631463 10294 80.91.224.249 (30 Nov 2002 04:44:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Nov 2002 04:44:23 +0000 (UTC) Cc: gtrees-devel@vychodil.inf.upol.cz Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HzUM-0002fs-00 for ; Sat, 30 Nov 2002 05:44:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HzU5-0006aB-00; Fri, 29 Nov 2002 23:44:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HzTu-0006Tv-00 for guile-user@gnu.org; Fri, 29 Nov 2002 23:43:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HzTs-0006Pa-00 for guile-user@gnu.org; Fri, 29 Nov 2002 23:43:53 -0500 Original-Received: from mail17.speakeasy.net ([216.254.0.217] helo=mail.speakeasy.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HzTs-0006PW-00 for guile-user@gnu.org; Fri, 29 Nov 2002 23:43:52 -0500 Original-Received: (qmail 31207 invoked from network); 30 Nov 2002 04:44:05 -0000 Original-Received: from unknown (HELO faust.local) ([66.93.248.229]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 Nov 2002 04:44:05 -0000 Original-To: guile-user@gnu.org X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1412 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1412 Hello, I am trying to use gtrees with one of the latest stable snapshot, but get the following message: guile: relocation error: /usr/local/lib/libgtrees.so: undefined symbol: scm_gc_malloc the symbol is effectively not in gc.c and in any other file indeed: david@faust:/usr/local/src/guile/guile-core-20021122 12 $ cfind scm_gc_malloc extern unsigned long scm_gc_malloc_collected; ./libguile/gc.h unsigned long scm_gc_malloc_collected; scm_gc_malloc_collected = 0; scm_gc_malloc_collected = m; ./libguile/gc.c david@faust:/usr/local/src/guile/guile-core-20021122 13 $ but is in the unstable branch which does define the symbol and the function so, should I talk to the gtree developers or is it a guile problem? am I missing something here? david _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user