https://sourceware.org/bugzilla/show_bug.cgi?id=24074
Hannes Domani <ssbssa at yahoo dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at yahoo dot de --- Comment #5 from Hannes Domani <ssbssa at yahoo dot de> --- (In reply to Daniel from comment #4) > Created attachment 11538 [details] > Broken BOINC libs I've just tried to compile & link the example a.cpp from the description, with the attached BOINC libs, and it works for me: $ g++ -c a.cpp $ g++ -static -oa.exe a.o -Lmingw64/lib -lboinc_api -lboinc And the resulting a.exe starts without problem. So I'm guessing the bug was already fixed. I used gcc 9.2.0 and binutils 2.33.1 for my tests. -- You are receiving this mail because: You are on the CC list for the bug.