-
Notifications
You must be signed in to change notification settings - Fork 40
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
Undefined reference/symbol after compiling #19
Comments
Hi @DurandA , this is how to do it manually: Install latest Make sure pkg-config works well. If not, add
If
and
specify
Run
Make sure Use
or
Good luck. 😃 |
After compiling librtcdc.so using
CFLAGS="-std=gnu11" make
using gcc-4.8 (copied to /usr/lib/librtcdc.so) and pyrtcdc.so usingsh compile.sh
, I get undefined symbol: nice_candidate_free when I try the python example.This is probably due to my own incompetence in build systems. I tried adding -Wl,--no-undefined after CFLAGS in the Makefile but I'm getting a bunch of undefined references to various libraries:
Do you compile with the vanilla Makefile? What am I missing there?
The text was updated successfully, but these errors were encountered: