Displaying 5 results from an estimated 5 matches for "libgcc_s_sjlj".
2014 May 05
1
how to specify more than one LDLFAGS
Hi friends,
I'm build libtheora on MingW W64 and want to get rid of the dependency on
libgcc_s_sjlj-1.dll. I tried to use LDFLAGS=-static-libgcc but seems it
doesn't work.
Someone told me I should use -static-libgcc -static-libstdc++, but I don't
know how to set it. Should I use
./configure LDFLAGS="-static-libgcc -static-libstdc++"
or
./configure LDFLAGS=-static-libgcc LDFLAG...
2014 May 25
2
make dllimport/dllexport attributes work with mingw (and others)
...nly if i call ./configure without arguments. And it fails
if i call ./configure with "--disable-shared", "--enable-static" or
both "--disable-shared --enable-static".
(If I use ./configure without arguments then flac.exe requires libFLAC-8.dll,
which in turn requires libgcc_s_sjlj-1.dll. Adding "--disable-shared" makes
flac.exe standalone: it doesn't need those libraries thst are foreign to
Windows systems).
2014 May 25
0
make dllimport/dllexport attributes work with mingw (and others)
...the --disable-shared
option to work, the CFLAGS must be added -DFLAC__NO_DLL (I think),
but that would complicate the cases where both static and the shared
libraries are built.
>
> (If I use ./configure without arguments then flac.exe requires
> libFLAC-8.dll,
> which in turn requires libgcc_s_sjlj-1.dll. Adding "--disable-shared" makes
> flac.exe standalone: it doesn't need those libraries thst are foreign to
> Windows systems).
flac.exe built with mingw with or without the dllimport/dllexport patch
always requires libFLAC-8.dll (because flac/Makefile.am has libFLAC.la
i...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
On 5/24/14, lvqcl <lvqcl.mail at gmail.com> wrote:
> Ozkan Sezer <sezeroz at gmail.com> ?????(?) ? ????? ?????? Sat, 24 May 2014
> 10:16:15 +0400:
>
>> - changes the _MSC_VER condition to universally _WIN32: MSVC, as well
>> as GCC supports this.
>
> MSYS/MinGW 4.8.3, 4.9.0 can't compile code from git after this patch:
>
> format.c:47:22: error:
2019 Jul 05
0
Wine release 4.12
...31737 Need For Speed Hot Pursuit (2010): Gamepad is not configured
34978 Many applications need a EnumDisplayDevicesW implementation for multi-monitor environment support (DisplayFusion, Turbo Tax 2012, WPF 4.x .NET apps, CEFv3 apps, VS Code < 1.16.0)
35413 err:module:import_dll Library libgcc_s_sjlj-1.dll not found needed by mono-2.0
36061 winedbg crash dialog shows a leak in imm32
37709 All Qt5 based applications have broken menu/combos positioning in multiple monitor setup due to GetMonitorInfo() returning the same hard-coded device name for all monitors
38421 Windows Media Player 9...