bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24074] ld fails silently when linking MinGW 64-bit app wit


From: ssbssa at yahoo dot de
Subject: [Bug binutils/24074] ld fails silently when linking MinGW 64-bit app with BOINC libs
Date: Sun, 29 Dec 2019 16:38:47 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]