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
Message-ID: <3D33754D.50504@ece.gatech.edu>
Date: Mon, 15 Jul 2002 21:22:21 -0400
From: Charles Wilson <cwilson@ece.gatech.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: cygwin@cygwin.com
Subject: Re: libtool dlopen [WAS: Guile and Readline won't play together]
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> <3D335BBF.5020400@ece.gatech.edu> <87n0sslfve.fsf@peder.flower> <3D337042.1060209@ece.gatech.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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/

