From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile CVS Build Problems (was: Re: What can I do to help? (conclusions)) Date: 09 Oct 2002 19:37:33 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <877kgrpl7m.fsf@alice.rotty.yi.org> References: <20021004132911.GD20754@www> <87k7ky5ggq.fsf@alice.rotty.yi.org> <20021006170804.GA7206@www> <87ofa71nfh.fsf@alice.rotty.yi.org> <87hefzjgng.fsf@zagadka.ping.de> <87d6qmvd1k.fsf@alice.rotty.yi.org> <87bs66ie3e.fsf@zagadka.ping.de> <87ptumz5c4.fsf_-_@alice.rotty.yi.org> <87k7kstthf.fsf@zagadka.ping.de> <871y703v1g.fsf@alice.rotty.yi.org> <87hefviq8i.fsf@raven.i.defaultvalue.org> <87bs63plrm.fsf@alice.rotty.yi.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034185167 7064 127.0.0.1 (9 Oct 2002 17:39:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 17:39:27 +0000 (UTC) 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 17zKns-0001pK-00 for ; Wed, 09 Oct 2002 19:39:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zKnb-00023c-00; Wed, 09 Oct 2002 13:39:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zKmy-0001d6-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 13:38:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zKmu-0001c8-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 13:38:27 -0400 Original-Received: from sproxy.gmx.net ([213.165.64.20] helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.10) id 17zKmt-0001WE-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 13:38:24 -0400 Original-Received: (qmail 21044 invoked by uid 0); 9 Oct 2002 17:38:12 -0000 Original-Received: from m178p018.adsl.highway.telekom.at (HELO alice.rhinosaur.lan) (62.47.190.50) by mail.gmx.net (mp015-rz3) with SMTP; 9 Oct 2002 17:38:12 -0000 Original-Received: from andy by alice.rhinosaur.lan with local (Exim 3.36 #1 (Debian)) id 17zKm6-0000W5-00 for ; Wed, 09 Oct 2002 19:37:34 +0200 Original-To: guile-devel@gnu.org In-Reply-To: <87bs63plrm.fsf@alice.rotty.yi.org> Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1492 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1492 Andreas Rottmann writes: > Rob Browning writes: > > > Andreas Rottmann writes: > > > > > No, I don't even use that macro. The problem is, AFACIT, this code in > > > guile-ltdl.c: > > > > > > void > > > scm_lt_dlset_preloaded_symbols (void) > > > { > > > extern const lt_dlsymlist lt_preloaded_symbols[]; > > > lt_dlpreload_default(lt_preloaded_symbols); > > > } > > > > If it helps someone track this down before I have a chance to look in > > to it, that code is just a copy/paste expansion of the macro that used > > to be in the same location where this new function > > (scm_lt_dlset_preloaded_symbols) is called (I think in guile.c). > > > The problem is that lt_preloaded symbols is defined nowhere. I have no > idea where it should come from... > s/lt_preloaded symbols//lt_preloaded_symbols/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel