weak under mingw

2015-09-18 Thread Riccardo Mottola
Hi, I was getting a lot of "weak" unsupported while compiling on windows. At first, I thought it was a compiler thing (still using gcc 3.something) but it is not, it should be supported already. However, I found out that it is supported only with ELF targets and to my knowledge mingw has COFF

Re: weak under mingw

2015-09-21 Thread Luboš Doležel
Dne 18.9.2015 v 19:02 Riccardo Mottola napsal(a): Hi, I was getting a lot of "weak" unsupported while compiling on windows. At first, I thought it was a compiler thing (still using gcc 3.something) but it is not, it should be supported already. However, I found out that it is supported only w

Re: weak under mingw

2015-09-22 Thread Riccardo Mottola
Hi, Luboš Doležel wrote: as long as things still compile for you, it should be OK. oh, they do. I don't know what will happen with blocks, but I guess it wouldn't have worked anyway. So, everything is fine "for me". Let's hear from other MINGW users. In the meanwhile I commited the patch. In