This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in CVS guile


Ian Grant <Ian.Grant@cl.cam.ac.uk> writes:

> Guile from CVS (this morning) builds fine on Linux, but when readline is 
> enabled via ~/.guile, on starting guile I get
> 
> ERROR: In procedure dynamic-func:
> ERROR: /.../libguilereadline.so: undefined symbol: scm_init_readline
> 
> Indeed, on inspection with nm, I find the library in question does not have 
> any external scm_ symbols at all.
> 
> I've tried with both libtool 1.3.4 and 1.3.5 and got the same result.

You probably have an old .x-file of size 0 lying around in
guile-core/guile-readline.

Check that readline.x looks good.

(Please post bug-reports only to bug-guile@gnu.org.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]