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
Thanks! Adding-ldl to LIBS should fix this, so line 4 of Makefile would be:
LIBS = -lpthread -lm -ldl
We do check for this but it looks like only on RPIs. I've tested AMY on Ubuntu which didn't need it, but maybe straight Debian does. Unclear if we can detect the need for it, or always include it? I'm not too familiar with all the Linux flavors and how they differ.
This is on Debian
bullseye
/x86_64
,gcc
is gcc (Debian 10.2.1-6) 10.2.1 20210110This Stack Overflow might be relevant but I haven't tried it:
https://stackoverflow.com/questions/20369672/undefined-reference-to-dlsym
The text was updated successfully, but these errors were encountered: