Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: Charles Wilson <cwilson@ece.gatech.edu>
Newsgroups: gmane.os.cygwin
Subject: Re: libtool dlopen [WAS: Guile and Readline won't play together]
Date: Mon, 15 Jul 2002 19:33:19 -0400
Lines: 29
Message-ID: <3D335BBF.5020400@ece.gatech.edu>
References: <000001c22bc5$138a5620$734b1cd3@Dell>	<87sn2lnuwm.fsf@peder.flower> <00ed01c22beb$6cbd4f10$1800a8c0@LAPTOP>	<87y9cclicn.fsf_-_@peder.flower> <3D335328.6060307@ece.gatech.edu> <87r8i4lgg8.fsf@peder.flower>
NNTP-Posting-Host: 1cust156.tnt6.atl4.da.uu.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1026775992 25631 67.192.41.156 (15 Jul 2002 23:33:12 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Mon, 15 Jul 2002 23:33:12 +0000 (UTC)
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

Jan Nieuwenhuizen wrote:

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


Hmm..here's a hunch:  try using (dynamic-link "cygguilereadline-X.dll") 
  -- no patch, but refer to the DLL itself.  Let's see if libltdl is 
using the PATH to hunt for libraries (as it should).

Then, go back to (dynamic-link "libguilereadline") -- but add "/usr/lib" 
to your PATH.

What happens in those two cases?

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

