Created attachment 4011 Fix underlinking in lib/Makefile.am This was reported by Jeremy Olexa from Gentoo. /home/jolexa/portage/linux-64/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/.libs/libdict.a(libdict_la-common.o): undefined reference to symbol 'floor@@GLIBC_2.2.5' /home/jolexa/portage/linux-64/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'floor@@GLIBC_2.2.5' 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: ld returned 1 exit status make[2]: *** [xfce4-dict-plugin] Error 1 See attached patch.
My bad. I think http://git.xfce.org/apps/xfce4-dict/commit/?id=bf2a1dd4fcbad99e2de50c55f07c9c76e09805ed will fix it as well.