[opus] Problem compiling opus-tools-0.1.7
Ralph Giles
giles at thaumas.net
Wed Sep 25 17:15:21 PDT 2013
On 2013-09-25 4:46 PM, bat guano wrote:
> $ ./configure --disable-shared
This is the problem. This builds only a static version of opus, not a
dynamic one. Linking statically requires -lm, but there's no way for
opus-tools to know you've done this and pass --static to pkg-config
along with --libs.
Did you pass --disable-shared when building on the other Ubuntu systems
where the opus-tools build worked? You really shouldn't need use that
option in general, it's there for when you have a specific reason to not
want the normal dynamic library.
-r
More information about the opus
mailing list