We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ pkg-config --cflags --libs ccd -I/usr/local/include -L/usr/local/lib -lccd -lm
libccd.so is already linked to libm.so:
$ ldd -a /usr/local/lib/libccd.so /usr/local/lib/libccd.so: libm.so.5 => /lib/libm.so.5 (0x801208000) libc.so.7 => /lib/libc.so.7 (0x800823000) /lib/libm.so.5: libc.so.7 => /lib/libc.so.7 (0x800823000)
There is no need to make the user program to also link with libm.so.
libm.so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
libccd.so is already linked to libm.so:
There is no need to make the user program to also link with
libm.so
.The text was updated successfully, but these errors were encountered: