| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3D337042.1060209@ece.gatech.edu> |
| Date: | Mon, 15 Jul 2002 21:00:50 -0400 |
| From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 |
| X-Accept-Language: | en-us |
| MIME-Version: | 1.0 |
| To: | Jan Nieuwenhuizen <janneke AT gnu DOT org> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: libtool dlopen [WAS: Guile and Readline won't play together] |
| References: | <000001c22bc5$138a5620$734b1cd3 AT Dell> <87sn2lnuwm DOT fsf AT peder DOT flower> <00ed01c22beb$6cbd4f10$1800a8c0 AT LAPTOP> <87y9cclicn DOT fsf_-_ AT peder DOT flower> <3D335328 DOT 6060307 AT ece DOT gatech DOT edu> <87r8i4lgg8 DOT fsf AT peder DOT flower> <3D335BBF DOT 5020400 AT ece DOT gatech DOT edu> <87n0sslfve DOT fsf AT peder DOT flower> |
Jan Nieuwenhuizen wrote:
>>Then, go back to (dynamic-link "libguilereadline") -- but add
>>"/usr/lib" to your PATH.
>>
>
> Yes, bingo.
>
> So, what should we do now?
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"
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.
--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 |