On Tue, 2004-02-17 at 13:27, Peter O'Gorman wrote:

> Michael Pruett wrote:
> | The change you suggested fixed the first problem but not the second.
> 
> We probably need to go through ltmain.in and modify every line containing
> pwd we find, then modify every line that uses the vars that were assigned to
> the value of pwd. Even then it may not work, spaces in the path to your
> source are likely to cause breakage, I assume you did this on purpose?
> 
We already did that some time ago, if you search -patches passim. you'll
find I did that and found an even bigger problem...

When directory names contain spaces the following kinda breaks...

deplibs="-L/path/to/directory with/spaces in/its filename -lfoo -lbar"
for deplib in $deplibs...


ie most of Libtool breaks.  I figured at that point we aught to just
flat out not support spaces in directory names and simply error if we
see them.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to