-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error linking: In peer_lists.h
: "multiple definition of peers'" and "multiple definition of
blacklists'".
#119
Comments
@dreirund did you ever resolve this issue? I found that this error is not present with gcc v9.4, but is introduced in gcc v10 and v11. |
No, and I also know almost nothing about linkin, gcc, C/C++-code and related stuff, so I can only report but not bugfix. |
With gcc 9.5.0 I get the following error:
And lot more warnings. I get the samee error with 12.2.1 now. So some newer libraries (OpenSSL 3.x) might have broken other things, too? Full |
OK, with openssl-1.1 and gcc9 it builds (with warnings) :-). ↗ AUR package is updated. But the issue I leave open because it needs fixes in the code. |
It compiles and links for me with OpenSSL 3.0.8 and gcc 12.2.1. Thanks! However, I cannot find anymore the official version number. In https://github.com/cozybit/authsae/, it could be retrieved via Also, writing in the Regards! |
There are errors while linking, initially reported in the Arch Linux AUR package page:
Build is carried out with
The removal of
-Werror
is needed, otherwise it would already bail out earlier withThe text was updated successfully, but these errors were encountered: