-
Notifications
You must be signed in to change notification settings - Fork 111
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
Compile error: libvireo.so: undefined reference ... #20
Comments
Yes, this is something I'm aware of but I couldn't get to it yet. This is actually a duplicate of #10. |
ok thanks
|
I was able to resolve this issue by adding l-smash library path to Makefile 492 LIBS = -lz -lpthread /l-smash/liblsmash.a |
I am facing the same problems . Any workaround for this issue ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, have error on Ubuntu
installed l-smash
and apply this fix #11
./configure --enable-gpl
The text was updated successfully, but these errors were encountered: