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 has been archived by the owner on Oct 28, 2021. It is now read-only.
Hi is there anyone encountering this error when building aleth? My build process stopped at ERROR and I found undefined reference to 'pthread_create' from CMakeError.log.
How to fix this error?
The text was updated successfully, but these errors were encountered:
If you'd like, I can edit the CMakeLists.txt so that the failure occurs at the configure stage, and warns the builder that they are missing pthread. Otherwise all will proceed normally until the linker attempts to locate something called "pthread_create" and fail at link time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi is there anyone encountering this error when building aleth? My build process stopped at ERROR and I found
undefined reference to 'pthread_create'
from CMakeError.log.How to fix this error?
The text was updated successfully, but these errors were encountered: