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

A check for 8-byte atomics is needed, as 32-bit platforms may require libatomic linking #513

Open
barracuda156 opened this issue Apr 20, 2024 · 2 comments

Comments

@barracuda156
Copy link
Contributor

Undefined symbols:
  "___atomic_fetch_add_8", referenced from:
      __ZN2ix15ConnectionState9computeIdEv in IXConnectionState.cpp.o
      __ZN2ix18WebSocketTransport13sendHeartBeatENS_15SendMessageKindE in IXWebSocketTransport.cpp.o
ld: symbol(s) not found
@bsergean
Copy link
Collaborator

bsergean commented May 7, 2024

We could make it a 32 bits atomic if that helps.

@barracuda156
Copy link
Contributor Author

@bsergean Yes, if 8-byte atomics isn’t used, we won’t need libatomic linking.

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

No branches or pull requests

2 participants