libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building in directory names with SPC fail


From: Simon Josefsson
Subject: building in directory names with SPC fail
Date: Mon, 26 May 2003 15:23:42 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Libtool do not seem to be able to build a project in a directory name
containing SPC:

$ libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
$ wget ftp://alpha.gnu.org/pub/gnu/libidn/libidn-0.1.14.tar.gz
$ tar xfz libidn-0.1.14.tar.gz
$ mv libidn-0.1.14 "foo bar"
$ cd "foo bar"
$ ./configure && make check
$ ./idn
./idn: cd: /home/jas/src/foo: No such file or directory
gcc: bar/.libs/9973-lt-idn: No such file or directory
$

The libtool generated script for the binaries doesn't work, they
contain:

relink_command="(cd /home/jas/src/foo bar; { test -z \"\${LIBRARY_...

The directory name must be escaped.  I did not find any configuration
that affect this, it seems libtool discovered the PWD itself and used
it -- if so, it should only use it after escaping it.

(I tried libtool 1.5a too, same problem.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]