[Bug 289] Static linking has wrong libc/libpthread order

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Mon Mar 26 21:41:31 UTC 2018


https://bugzilla.gdcproject.org/show_bug.cgi?id=289

--- Comment #3 from Stefan Schuerger <stefan at schuerger.com> ---
Hi Iain,

Thanks for the workaround! Changing libgphobos.spec from

*lib: %(liborig_gdc_renamed) -lm -lpthread  -ldl

to

*lib: -lpthread %(liborig_gdc_renamed) -lm  -ldl

works!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list