xiph / vorbis-tools

Command-line tools for creating and playing Ogg Vorbis files.
GNU General Public License v2.0
75 stars 28 forks source link

Error on `make`: /usr/bin/ld: vgfilter.o: undefined reference to symbol '__pow_finite@@GLIBC_2.15' #14

Closed vitaly-zdanevich closed 7 years ago

vitaly-zdanevich commented 7 years ago
/usr/bin/ld: vgfilter.o: undefined reference to symbol '__pow_finite@@GLIBC_2.15'
/usr/bin/ld: note: '__pow_finite@@GLIBC_2.15' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [ogg123] Error 1
make[2]: Leaving directory `/home/ec2-user/vorbis-tools/ogg123'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ec2-user/vorbis-tools'
make: *** [all] Error 2
vitaly-zdanevich commented 7 years ago

I found that I need to make LDFLAGS=-lm

See http://lists.linuxfromscratch.org/pipermail/blfs-support/2015-April/076562.html