[Bug 74403] FLAC dependency isn't mentioned anywhere and can cause compilation errors

Gregorio Guidi g.guidi at sns.it
Wed Apr 21 14:51:56 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-21 15:51 -------
During 'configure', the test introduced with the last commit always fails with:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../libFLAC.so: undefined reference to `log'

shouldn't it be
AC_CHECK_LIB(FLAC,FLAC__seekable_stream_decoder_process_single,
                  kde_has_flac_lib=yes, ,-lm)

(but I'm not an autoconf guru)



More information about the kde-multimedia mailing list