Jean-Marc Lasgouttes wrote:
> Angus> See the ' directory? (That's the "apostrophe" directory).
> 
> I'll take a look.
> 
> In the meantime, about the space-in-prefix problem, I see two
> solutions:
> 
> 1/ if sh.exe provides support for symlinks in win32, we could do
> something like
>   ln -sf "$prefix" realprefix
>   prefix=realprefix
> and then continue with the good old code.
> 
> 2/ another solution is to use the DOS-style short names as Angus
> proposed, but I did not find a dos command that gives me this
> information (at least in windows Me).

There is a third solution which you proposed a few days ago. Install into a
directory path with no spaces and then move the entire bundle to its final
destination. Indeed, you could change the configure code to check
explicitly that prefix contains no spaces at all.

This last solution will work perfectly well for both Windows and MacOSX
packaging I think and places only a slight onus on the packager.

-- 
Angus

Reply via email to