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
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
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
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
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