On 03.7.2015 г. 02:03, Matthew Brush wrote:
On 2015-07-02 01:36 PM, Enrico Tröger wrote:
On 02/07/15 01:17, Matthew Brush wrote:
Another alternative might be `-static -lwinpthread-1` with or without the `-1`.
Thanks. I already tried static -lpthread and now also your variants but all without success :(. The geany.dll on my system is always linked against libwinpthread-1.dll, even after updating my Mingw environment.
I'll keep testing and trying...
I remember having this problem before, though I forget how I solved it :(
This looks kind of promising: http://stackoverflow.com/a/28001271
objdump of my Geany 1.25 "built on or after Apr 25 2015" with WAF, MinGW gcc-4.8.1 and binutils/ld 2.24:
DLL Name: comdlg32.dll DLL Name: kernel32.dll DLL Name: msvcrt.dll DLL Name: msvcrt.dll DLL Name: ole32.dll DLL Name: shell32.dll DLL Name: user32.dll DLL Name: wsock32.dll DLL Name: libcairo-2.dll DLL Name: libgdk-win32-2.0-0.dll DLL Name: libgdk_pixbuf-2.0-0.dll DLL Name: libgio-2.0-0.dll DLL Name: libglib-2.0-0.dll DLL Name: libgmodule-2.0-0.dll DLL Name: libgobject-2.0-0.dll DLL Name: libgthread-2.0-0.dll DLL Name: libgtk-win32-2.0-0.dll DLL Name: intl.dll DLL Name: libpango-1.0-0.dll DLL Name: libpangocairo-1.0-0.dll
Two links to msvcrt, but no winpthread. Hope that helps somehow...
-- E-gards: Jimmy