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: <423F8BA5.6040007@cwilson.fastmail.fm> Date: Mon, 21 Mar 2005 22:06:13 -0500 From: Charles Wilson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin's libtool problem with directory that contains white spaces References: <423F04E2 DOT 7090703 AT rrette DOT com> In-Reply-To: <423F04E2.7090703@rrette.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jean-Philippe Barrette-LaPierre wrote: > I'm experiencing problems with libtool 1.5.10 on Cygwin. I'm trying to > compile a project in: > > /home/Jean-Philippe\ Barret/project/curlpp > > In the 'examples' subdirectory, this problem occurs: > [snip] > you can see that this is not correct. It didn't expanded the > "-L/home/Jean-Philippe Barret/curlpp/curlpp" > ("-L../curlpp" on the libtool call) correctly. We should have this line > instead: > > + deplibs=-L/home/Jean-Philippe Barret/curlpp/curlpp > > So, it seems that it doesn't handle correctly a directory with white > spaces. I tried with a directory without any whitespace, and it worked > perfectly. > Yep. Cygwin's libtool, which is almost unchanged from the official 1.5.10 -- does not support pathnames with spaces in them. I would ask for patches, but things seem to be gearing up for the long-heralded libtool-2.0 release and it may (or may not?) have fixed problems of this sort. Unfortunately, all I can recommend at this time is "don't do that." Maybe unpack and build in /tmp/curlpp instead of in your $HOME. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/