Brecht Sanders

Results 270 comments of Brecht Sanders

For the new release https://github.com/brechtsanders/winlibs_mingw/releases/tag/10.2.0-11.0.0-8.0.0-r6 I have tried to minimize dependancies on libdl, but I'm afraid gcc.exe itself still depends on it. Can you check if this release works better...

libdl.dll is present in that distribution If any software that you build has it's own libdl dependancy then you should indeed build libdl (from https://github.com/dlfcn-win32/dlfcn-win32) and have it available to...

Can you clarify what exactly you mean with "depends on libdl in Cython compilations"?

I understand why they are saying that, as mixing runtimes should be avoided at all cost. I would like to be able to build Python or CPython and all of...

If you could provide an .xlsx file that reproduces this issue I would be happy to look into this. Is this problem still present in version 0.2.19 ?

Can you tell me if this issue can still be reproduced with the latest version?

I couldn't find any indication of Modula2 support in the GCC 12.1.0 sources.

Okay, I will keep an eye out for this.

It looks like UNC paths don't work. I have seen similar issues with GDB too. If you map a network drive and use the drive letter instead, does it work...

I can reproduce your issue with GCC 12.2.0. This works with GCC 12.1.0: ``` D:\>D:\Prog\winlibs64-12.1.0msvcrt\mingw64\bin\gcc -c -o \\SERVER\Users\brecht\test.o \\SERVER\Users\brecht\test.c ``` Same thing fazls with GCC 12.2.0: ``` D:\>D:\Prog\winlibs64-12.2.0msvcrt\mingw64\bin\gcc -c -o...