guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile CVS Build Problems (was: Re: What can I do to help? (conclusio


From: Rob Browning
Subject: Re: Guile CVS Build Problems (was: Re: What can I do to help? (conclusions))
Date: Wed, 09 Oct 2002 10:30:53 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu)

Andreas Rottmann <address@hidden> 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).

We used to call LT_DLSET_PRELOADED_SYMBOLS (), which expands into the
two lines above.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]