x86_64-w64-mingw32-gcc cross compilation fails

2021-09-19 Thread unlvsur unlvsur
mv -f .deps/stat-w32.Tpo .deps/stat-w32.Po ../../../make/lib/access.c:23:10: fatal error: io.h: No such file or directory 23 | #include | ^~ compilation terminated. make[3]: *** [Makefile:1157: access.o] Error 1 make[3]: *** Waiting for unfinished jobs In file included fr

Re: x86_64-w64-mingw32-gcc cross compilation fails

2021-09-19 Thread Eli Zaretskii
> From: unlvsur unlvsur > Date: Sun, 19 Sep 2021 08:09:39 + > > ../../../make/lib/access.c:23:10: fatal error: io.h: No such file or directory > >23 | #include > > | ^~ > > compilation terminated. How so? io.h is a standard header in MinGW, how did it happen that

Re: x86_64-w64-mingw32-gcc cross compilation fails

2021-09-19 Thread unlvsur unlvsur
this is ridiculous. It is nowhere hard to support cross compiler tbh. Get Outlook for Android<https://aka.ms/AAb9ysg> From: Eli Zaretskii Sent: Sunday, September 19, 2021 11:26:30 AM To: unlvsur unlvsur Cc: bug-make@gnu.org Subject: Re: x86_64-w64-mingw

Re: x86_64-w64-mingw32-gcc cross compilation fails

2021-09-19 Thread Eli Zaretskii
> From: unlvsur unlvsur > CC: "bug-make@gnu.org" > Date: Sun, 19 Sep 2021 15:35:29 + > > this is ridiculous. > > It is nowhere hard to support cross compiler tbh. I'm sure that patches to support cross-compilation will be very welcome, thanks in advance. This would require some modificati