make-w32
[Top][All Lists]
Advanced

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

Re: win32 paths with spaces


From: Eli Zaretskii
Subject: Re: win32 paths with spaces
Date: 27 Nov 2003 08:57:35 +0200

> Date: Thu, 27 Nov 2003 00:14:12 -0500
> From: "Paul D. Smith" <address@hidden>
> 
> The short answer is that make doesn't handle files with spaces in the
> name, and there's really no way around this.

The only way that I know of to work around that is to use the 8+3
alias of the offending file name.  In this case, something like

  OBJS = c:\testdi~1\main.o

should work (be sure to check the actual short name on your disk with
"DIR /X" or its equivalent!).  Ugly, but effective.

Paul, perhaps we should put this trick somewhere in the docs, although
it only works on Windows; GNU and Unix users are out of ``luck''.





reply via email to

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