Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Charles Wilson 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 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> 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 AT main DOT gmane DOT 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/