help-make
[Top][All Lists]
Advanced

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

Re: MAKECMDGOALS and spaces


From: Marco Atzeri
Subject: Re: MAKECMDGOALS and spaces
Date: Sat, 20 Feb 2021 09:35:09 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 20.02.2021 08:12, Eli Zaretskii wrote:
From: David <bouncingcats@gmail.com>
Date: Sat, 20 Feb 2021 11:05:36 +1100


But IME the best solution for this is not to put anything under
"Program Files" (or more generally anywhere on the C: drive): those
directories are watched by several OS mechanisms designed to prevent
corruption, and usually have special access control rights.  Programs
installed by the user are better off if they steer away of those
places.  My suggestion -- and what I personally use for many years --
is to create a Posix-like tree in D:\usr, and install all programs
like Make there, adding D:\usr\bin to your PATH.  This allows to solve
easily the problem discussed here and many others as well.

HTH


similar solution is implemented by Cygwin (Posix on Windows ambient)

Installation are

C:\cygwin64\ or D:\cygwin64\

with the usual structure starting there

$ ls -1 /

bin
cygdrive
dev
etc
home
lib
proc
sbin
srv
tmp
usr
var



reply via email to

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