This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

> Okay, so on cygwin libltdl is using the PATH to search for the libtool
> library.   A-ha!  That's because the primary search path is:
>
> /* Define to the name of the environment variable that determines the
>     dynamic library search path. */
> #define LTDL_SHLIBPATH_VAR "PATH"

Ok...

> That's so it can find dlls.  fine and dandy -- only it isn't, apparently.
>
> /* Define to the system default library search path. */
> #define LTDL_SYSSEARCHPATH "/lib/usr/lib"
>
> But this is the real problem.  This should be "/lib:/usr/lib".
> Somehow the ':' went missing.  I'll track it down.

Ok,  this makes a sense.  Thanks a lot.
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/


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