On Tue, Jul 28, 2009 at 05:55:15PM +0200, Alberto Luaces wrote: > Package: gcc-mingw32 > Version: 4.4.0-2 > Severity: important > > Hello, > > Programs linked with this mingw version depend on libgcc_s_sjlj-1.dll, > but this file is not present in the package, so I cannot redistribute > the libraries or executables cross-compiled with it.
With the attached patch, it will be included (along with other DLLs), but in the wrong path. Could you confirm moving it to /usr/lib/gcc/i586-mingw32msvc/4.4.0/ works for you? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."
Index: debian/rules =================================================================== --- debian/rules (revision 13923) +++ debian/rules (working copy) @@ -38,9 +38,6 @@ # libtool baggage rm -f debian/gcc-mingw32/usr/lib/gcc/i586-mingw32msvc/*/*.la - # why are DLLs being installed here? - rm -f debian/gcc-mingw32/usr/bin/*.dll - # also strange, but definitely not useful rm -f debian/gcc-mingw32/usr/lib/gcc/i586-mingw32msvc/bin/libssp-0.dll
Index: debian/rules =================================================================== --- debian/rules (revision 13923) +++ debian/rules (working copy) @@ -38,9 +38,6 @@ # libtool baggage rm -f debian/gcc-mingw32/usr/lib/gcc/i586-mingw32msvc/*/*.la - # why are DLLs being installed here? - rm -f debian/gcc-mingw32/usr/bin/*.dll - # also strange, but definitely not useful rm -f debian/gcc-mingw32/usr/lib/gcc/i586-mingw32msvc/bin/libssp-0.dll