bug-guile
[Top][All Lists]
Advanced

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

Re: [bug #17344] Problem compiling guile 1.8.0


From: Kevin Ryde
Subject: Re: [bug #17344] Problem compiling guile 1.8.0
Date: Wed, 09 Aug 2006 11:05:33 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Pierre <address@hidden> writes:
>
> gcc -s -O3 -march=i686 -Wall -Wmissing-prototypes -Werror -o .libs/guile
> .libs/guileS.o -pthread guile-guile.o -Wl,--export-dynamic 
> ./.libs/libguile.so /usr/local/lib/libgmp.so -lcrypt -lm
> /usr/local/lib/libltdl.so
> guile-guile.o: In function `main':
> guile.c:(.text+0x2f): undefined reference to
> `lt__PROGRAM__LTX_preloaded_symbols'

What system is this?  You could try delete the following two lines
from libguile/guile.c, they're not needed on a gnu system.

        extern const lt_dlsymlist lt_preloaded_symbols[];
        lt_dlpreload_default (lt_preloaded_symbols);

Dunno why the symbol is "lt__PROGRAM__LTX_preloaded_symbols" though.




reply via email to

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