[Bug 74403] FLAC dependency isn't mentioned anywhere and can cause compilation errors
Gregorio Guidi
g.guidi at sns.it
Thu Apr 22 11:07:32 BST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=74403
------- Additional Comments From g.guidi sns it 2004-04-22 12:07 -------
nope, even after a clean './configure; make' in my home dir I have
flac-1.1.0 $ ldd src/libFLAC/.libs/libFLAC.so.4.1.2
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x4004b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Afetr a bit of investigation: with this patch in flac CVS
http://cvs.sourceforge.net/viewcvs.py/flac/flac/src/libFLAC/Makefile.am?r1=1.45&r2=1.46
(which e.g. Debian applies) finally I have: flac-1.1.0 $ ldd src/libFLAC/.libs/libFLAC.so.4.1.2
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/libm.so.6 (0x4004b000)
libc.so.6 => /lib/libc.so.6 (0x4006c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
To summarize: The configure check in kdemultimedia will be the right one
starting from the next release of flac.
More information about the kde-multimedia
mailing list