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 wrote:


/* 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.


Well, this is the problem:

sys_search_path="$sys_search_path$ac_path_separator$dir"

ac_path_separator is never computed by libltdl/configure. In fact, the only reference to that variable is in the line quoted above. Surely that's not right...

--Chuck


--
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]