GNOME Bugzilla – Bug 684401
eog 3.5.92 linking fails with undefined floor symbol
Last modified: 2012-09-19 20:39:17 UTC
CCLD eog /usr/bin/ld: ./.libs/libeog.a(libeog_la-eog-window.o): undefined reference to symbol 'floor@@GLIBC_2.0' /usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status
Created attachment 224777 [details] [review] Explicitly link against libm
I see! This seems to be the case when you build without librsvg. Thanks for the patch. commit 749437a34ddc2857f88168fc75f8ac585d5b8ea7 Author: Kalev Lember <> Date: Wed Sep 19 21:50:08 2012 +0200 Explicitly link against libm https://bugzilla.gnome.org/show_bug.cgi?id=684401 --- This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.