in/ld: src/opusenc-resample.o: undefined reference to symbol 'sin@@GLIBC_2.2.5'
添加 -lm
博客记录了编译时出现src/opusenc-resample.o对'sin@@GLIBC_2.2.5'未定义引用的错误,给出的解决办法是添加 -lm。
in/ld: src/opusenc-resample.o: undefined reference to symbol 'sin@@GLIBC_2.2.5'
添加 -lm

被折叠的 条评论
为什么被折叠?
