libtool dlopen [WAS: Guile and Readline won't play together]

Jan Nieuwenhuizen janneke@gnu.org
Mon Jul 15 22:40:00 GMT 2002


Charles Wilson <cwilson@ece.gatech.edu> writes:

> On linux, does libguilereadline.so itself depend on libreadline.so ?

Yes.

> On cygwin, at least, cygguilereadline*.dll does NOT explicit depend on
> cygreadline*.dll -- and I think it should:

Yes, that fixes it.  I recompiled guile with readline installed, and
the dependency follows automagically.

However, for it to work, I still need to replace

    (dynamic-link "libguilereadline")

with
    
    (dynamic-link "/usr/lib/libguilereadline.la")

in readline.scm.  Note that this is all with current CVS libtool,
latest in Cygwin triggers the assert.

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list