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 Message-ID: <3D33754D.50504@ece.gatech.edu> Date: Mon, 15 Jul 2002 21:22:21 -0400 From: Charles Wilson 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 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> <3D337042 DOT 1060209 AT ece DOT gatech DOT 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/