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: Andreas Rottmann
Subject: Re: Guile CVS Build Problems (was: Re: What can I do to help? (conclusions))
Date: 09 Oct 2002 09:56:11 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Marius Vollmer <address@hidden> writes:

> Andreas Rottmann <address@hidden> writes:
> 
> > Thx for the hint. Now I have problems linking my application:
> > 
> > /usr/local/lib/libguile-ltdl.so: undefined reference to 
> > `lt_preloaded_symbols'
> > collect2: ld returned 1 exit status
> 
> Here is a workaround: replace LTDL_SET_PRELOADED_SYMBOLS() with
> 
>     scm_lt_dlset_preloaded_symbols ();
> 
> (even tho you don't get a prototype for it.)
> 
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);
}

Andy
-- 
Andreas Rottmann         | address@hidden        | address@hidden | 
address@hidden
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62




reply via email to

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