Skip to content
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

Link statically with libwinpthread-1.a #24

Open
Skywalker13 opened this issue Sep 21, 2017 · 3 comments
Open

Link statically with libwinpthread-1.a #24

Skywalker13 opened this issue Sep 21, 2017 · 3 comments
Assignees
Labels

Comments

@Skywalker13
Copy link
Member

It's minor but I prefer if I can remove the dynamic link on libwinpthread. But it's not trivial because changing that will add dynamic links on other libs.

https://stackoverflow.com/questions/13768515/how-to-do-static-linking-of-libwinpthread-1-dll-in-mingw#comment49880880_28001271
image

@Skywalker13
Copy link
Member Author

See
image

@Skywalker13 Skywalker13 self-assigned this Jun 5, 2018
Skywalker13 added a commit that referenced this issue Jun 7, 2018
@Skywalker13
Copy link
Member Author

Fixed by 50c728c

@Skywalker13 Skywalker13 reopened this Jun 8, 2018
Skywalker13 added a commit that referenced this issue Jun 8, 2018
@Skywalker13
Copy link
Member Author

it's not the proper way, it must be changed by

-Wl,--start-group -lwinpthread -Wl,--end-group

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

No branches or pull requests

1 participant