Re: [Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging

2025-07-03 Thread Tom Kacvinsky
On Wed, Jul 2, 2025 at 4:00 PM Biswapriyo Nath wrote: > > I know from recent reading that the MSYS2 project is trying to become > more > > aligned with the Cygwn distribution, so the triplet is now moving towards > > x86_64-pc-cygwin. > > That change should not affect MINGW-packages. If the quest

[Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging

2025-07-02 Thread Tom Kacvinsky
using MSYS2 from Late June. Made sure everything was up-to-date and installed the appropriate development toolsets. I cloned the latest repo of MINGW-packages and _*slightly*_ modified the PKGBUILD file* t*o build just gcc, g++ and Ada support. However, running makepkg -L gives an error in t

Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
On Sun, Mar 30, 2025 at 11:12 AM Tom Kacvinsky wrote: > > > On Sun, Mar 30, 2025 at 8:57 AM LIU Hao wrote: > >> 在 2025-3-30 20:29, Tom Kacvinsky 写道: >> > Hi, >> > >> > >> > I happened to notice that with a GCC 12.1.0 build (a custom build w

Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
On Sun, Mar 30, 2025 at 8:57 AM LIU Hao wrote: > 在 2025-3-30 20:29, Tom Kacvinsky 写道: > > Hi, > > > > > > I happened to notice that with a GCC 12.1.0 build (a custom build with > UCRT > > support > > > > before UCRT support was available in

[Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
Hi, I happened to notice that with a GCC 12.1.0 build (a custom build with UCRT support before UCRT support was available in baseline MinGW-w64) that libgcc_s_seh-1.dll depends on libwinpthread-1.dll. Compare and contrast with Linux where libgcc-s.so.1 doesn't depend on libpthread.so.0 Is th