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

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Thu Mar 29 06:44:45 UTC 2018


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

--- Comment #5 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Stefan Schuerger from comment #3)
> 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!

Can %(liborig_gdc_renamed) appear after the other libraries also?

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


More information about the D.gnu mailing list