ld: error: duplicate symbol: global_handler_close_cond #203
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building 2.6.2 or 2.7.0 on FreeBSD 13, it fails with:
This error does not occur on FreeBSD 12.3
Logs here:
Full details in the logs.
I'm unable to reproduce the error when built on a FreeBSD 13, using clang
This relates to a pthread_cond declared in glewlwyd.c: https://github.com/babelouest/glewlwyd/blob/master/src/glewlwyd.c#L45