03 Oct 14, 04:23AM
(This post was last modified: 25 Nov 14, 01:20AM by Deathsbreed.)
I'm trying to compile AC v1.2.0.2 for Debian GNU/Linux 8 (Jessie), and I ran into an error while compiling.
I'm sorry, I'm not too knowledgeable in C/C++ (I do Java), and I have no idea what's wrong with this command. It gives me the impression that the command the Makefile is trying to use has updated and now has a different argument. But I don't know.
Any suggestions?
Thanks!
[SELECT ALL] Code:
lvorbisfile -lcurl
/usr/bin/ld: cannot find -lcurl
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:159: recipe for target 'client' failed
make: *** [client] Error 1
I'm sorry, I'm not too knowledgeable in C/C++ (I do Java), and I have no idea what's wrong with this command. It gives me the impression that the command the Makefile is trying to use has updated and now has a different argument. But I don't know.
Any suggestions?
Thanks!