[pcre-dev] [Bug 798] ltmain.sh doesn't work when there's a s…

Inizio della pagina
Delete this message
Autore: Craig Silverstein
Data:  
To: pcre-dev
Oggetto: [pcre-dev] [Bug 798] ltmain.sh doesn't work when there's a space in the path
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=798

Craig Silverstein <csilvers@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csilvers@???
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX





--- Comment #1 from Craig Silverstein <csilvers@???> 2009-01-02 22:58:33 ---
This is a libtool bug. I don't know if it will be fixed there anytime soon, or
not.

The recommendation I've heard, as to how to resolve this, is to create a
symlink and build through that. For instance, I do this:
cd /tmp
ln -s '/My/Path with spaces/src' src
cd src
./configure && make

Hopefully that will work around this problem for you!

craig


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email