On Friday, June 16, 2017, Henrik Carlqvist <h...@poolhem.se> wrote:

> On Fri, 16 Jun 2017 01:16:09 +0300
> Orgad Shaneh <org...@gmail.com <javascript:;>> wrote:
>
> > > On Thu, Jun 15, 2017 at 10:33 PM, Orgad Shaneh <org...@gmail.com
> <javascript:;>>
> > > wrote:
> > >> mingw32-make[1]: *** Deleting file 'obj/main.o'
> > >> mingw32-make[1]: unlink: obj/main.o: Permission denied
>
> > Another thing I've noticed is that make (on Windows/MinGW) leaves behind
> > suspended processes when it is aborted. Maybe one of these processes
> > holds the file and prevents it from being deleted?
> >
> > If you can suggest ways to debug and fix this problem, I'll be thankful.
>
> I have seens similar problems when running make in mingw in a virtualized
> qemu environment when compiling on network shared drives which are shared
> by some versions of samba. For me possible workarounds have been to switch
> working directory to a local drive of the virtualized machine or to switch
> to an older version of samba. I had an old version 2.2.10 of samba laying
> around only for the purpose of working together with qemu and
> compilations. These problems seems to have disappeared about a year ago
> with the latests versions of qemu and/or samba.
>
> regards Henrik
>

Thanks. In my case, I build locally. No network involved.

- Orgad
_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to