Skip to content

fixed examples linking #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2013
Merged

fixed examples linking #325

merged 1 commit into from
Nov 6, 2013

Conversation

patriotyk
Copy link

linking static libraries with gcc requires right order, -lpthread should be after the static library which it use. So I wasn't able to compile examples.

glynos added a commit that referenced this pull request Nov 6, 2013
Reordered linking of static libraries (-lpthread should be after the static library).
@glynos glynos merged commit d9d6945 into cpp-netlib:master Nov 6, 2013
@glynos
Copy link
Member

glynos commented Nov 6, 2013

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants