You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2019. It is now read-only.
Hi,
not sure if this is a codelite problem or not, but I've noticed that when specifying link,
projects are generated in Linker/option tag but pthread goes into Library/value tag.
The problem is that codelite then puts -lpthread before options, so I get unresolved externals
when linking.
Maybe it would be better to be consistent here and either add -lpthread to options or (if possible) add projects to Library/value as well.
Steps to reproduce:
generate static library project that depends on pthreads
links {"library", "pthread"}
build worspace for codelite