Compilation fails on Raspberry Pi OS
FezzFest opened this issue · 1 comments
FezzFest commented
Compilation on Raspberry Pi OS 11.3 fails due to undefined reference to '__atomic_load_8'
.
Explicitly adding libatomic with ./configure LIBS=-latomic
makes compilation work.
mpbraendli commented
Hi and thanks for the report! Can you check that the latest "next" commit fixes the issue? I've added a configure check. Thanks in advance.