bug-make
[Top][All Lists]
Advanced

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

[bug #61409] The code used to create sub-processes on Windows triggers t


From: Eli Zaretskii
Subject: [bug #61409] The code used to create sub-processes on Windows triggers the spawnve() issue
Date: Mon, 29 Nov 2021 08:16:41 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #61409 (project make):

It is unrealistic to ask Make not to modify the environment of the programs it
invokes, because some of the GNU Make features absolutely require to put stuff
into the child environment.  Your suggestion to modify the Make's own
environment also won't work well, because Make invokes programs
asynchronously, i.e. it doesn't wait for the child to exit, and so modifying
Make's environment will affect Make itself.

So my recommendation is to report this bug to Microsoft and to MinGW64 folks,
and hope that they fix it in a future release.  Or maybe a less painful
workaround could be found.

Of course, the final decision is that of Paul, not mine.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61409>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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