compiling kdemultimedia-3.4.0 x86_64 Fedora Core 3
Hi guys, I have tried to compile kdemultimedia-3.4.0 but I have a little problem
This's a critical part of my ./configure
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for ov_open in -lvorbisfile... yes
checking for vorbis_info_init in -lvorbis... yes
checking for ogg_page_version in -logg... yes
checking for vorbis headers... yes
checking for ov_test_callbacks in -lvorbisfile... yes
checking for Ogg Vorbis libraries and headers... searched but not found
why? the required rpm are installed
libogg-1.1.2-1
libogg-devel-1.1.2-1
libogg-1.1.2-1
libvorbis-1.1.0-2
vorbis-tools-1.0.1-4
libvorbis-devel-1.1.0-2
libvorbis-1.1.0-2
This's my configure
./configure --prefix=/usr/local/kde --exec_prefix=/usr/local/kde --bindir=/usr/local/kde/bin --sbindir=/usr/local/kde/sbin --libexecdir=/usr/local/kde/libexec --datadir=/usr/local/kde/share --sysconfdir=/usr/local/kde/etc --sharedstatedir=/usr/local/kde/share --localstatedir=/usr/local/kde/var --libdir=/usr/local/kde/lib64 --infodir=/usr/local/kde/info --includedir=/usr/local/kde/include --mandir=/usr/local/kde/man --with-qt-dir=/usr/local/qt --enable-libsuffix=64 --enable-final --enable-new-ldflags --with-flac=/usr/bin
|