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
Hi! I was compiling this with gcc 7.4.0 and got Undefined reference to dlsym when linking lan-play executable.
I had to pass -DCMAKE_CXX_FLAGS=-ldl to fix.
(OT: is the license gpl3 or gpl3+?)
Thanks, Nicolò
The text was updated successfully, but these errors were encountered:
Hi! I was compiling this with gcc 7.4.0 and got
Undefined reference to dlsym
when linking lan-play executable.I had to pass
-DCMAKE_CXX_FLAGS=-ldl
to fix.(OT: is the license gpl3 or gpl3+?)
Thanks, Nicolò
The text was updated successfully, but these errors were encountered: