| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <cygwin AT cwilson DOT fastmail DOT fm> |
| 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> |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |