Welcome to CRUX bug tracking.
FS#1414 - Vorbis-tools fails to compile
Attached to Project:
CRUX
Opened by xcko (xcko) - Saturday, 13 May 2017, 23:02 GMT
Last edited by Fredrik Rinnestam (frinnst) - Sunday, 14 May 2017, 16:03 GMT
Opened by xcko (xcko) - Saturday, 13 May 2017, 23:02 GMT
Last edited by Fredrik Rinnestam (frinnst) - Sunday, 14 May 2017, 16:03 GMT
|
Detailsvorbis-tools fails to compile with
undefined reference to symbol 'tanh@@GLIBC_2.2.5' /lib64/libm.so.6: error adding symbols: DSO missing from command line There seems to be a missing library that needs to be added. |
This task depends upon
The fix for the package is to add -lm to CFLAGS for the configure script.
is attached bellow.
Builds fine in Docker container.
Since this can have security issues, changing Severity to Critical
might be a good idea.