I am trying to compile the latest version of XBMC on CentOS 6 x64 but on ./configure I get:
checking for TAGLIB... no
configure: error: Could not find a required library. Please see the README for your platform.
I tried compiling the taglib coming with XBMC and also downloading the latest version from github. Both compile just fine but the error remains.
[root@xbmc xbmc]# find /usr -name libtag*
/usr/local/lib/libtag.a
/usr/local/lib/libtag.so
/usr/local/lib/libtag_c.so.0
/usr/local/lib/libtag.so.1.12.0
/usr/local/lib/libtag.so.1
/usr/local/lib/libtag_c.so
/usr/local/lib/libtag_c.a
/usr/local/lib/libtag_c.so.0.0.0
/usr/lib64/libtag.so
/usr/lib64/libtag_c.so.0
/usr/lib64/libtag.so.1
/usr/lib64/libtag.so.1.6.1
/usr/lib64/libtag_c.so
/usr/lib64/libtag_c.so.0.0.0
/usr/lib/libtag.so
/usr/lib/libtag_c.so.0
/usr/lib/libtag.so.1.12.0
/usr/lib/libtag.so.1
/usr/lib/libtag_c.so
/usr/lib/libtag_c.so.0.0.0
Any ideas how to fix that?
UPDATE
@slm
Package taglib-devel-1.6.1-1.1.el6.x86_64 already installed and latest version
These are the only options configure help lists regarding taglib:
TAGLIB_CFLAGS C compiler flags for TAGLIB, overriding pkg-config
TAGLIB_LIBS linker flags for TAGLIB, overriding pkg-config