[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wine fails because of missing libgcc_s_dw2-1.dll





On donderdag 03 maart 2022 14:38:32 (+01:00), Miguel A. Vallejo wrote:

> > Not entirely sure, but I think this is the issue:
> > More and more Wine DLL files are built with mingw.
> > The libwine package already depends on libz-mingw.
> > Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be
> > installed as well.
> >
> > Does the program work when you install this package?
>
> Installed gcc-mingw-w64-i686-win32-runtime (and gcc-mingw-w64-base
> because of dependencies) but still not working.
>
> These packages install some DLLs in /usr/lib/gcc/i686-w64-mingw32 so
> win32 programs can't load them there. Also note libgcc_s_dw2-1.dll is
> not provided with these packages.
>
Strange, I get:
$ dpkg -L gcc-mingw-w64-i686-win32-runtime | grep libgcc_s
/usr/lib/gcc/i686-w64-mingw32/10-win32/libgcc_s_dw2-1.dll

I had hoped that the Wine packages would refer to that, but unfortunately that is not the case.

> I'm pretty sure the problem is the Wine DLL files were built without
> the -static-libgcc flag
>
> Time to file a bug?
>

I think it is


Reply to: