| delorie.com/archives/browse.cgi | search |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |