GNOME Bugzilla – Bug 665869
link libgdprivate against libm (uses floor(3))
Last modified: 2011-12-10 09:47:26 UTC
src/lib/gd-tagged-entry.c and src/lib/gd-utils.c both uses floor(3) but the libgdprivate library is not set to link against libm, this can cause the linker to abort like this: CCLD gd-tracker-gdata-miner GISCAN Gd-1.0.gir ./.libs/libgdprivate-1.0.so: error: undefined reference to 'floor' collect2: ld returned 1 exit status
Created attachment 203147 [details] [review] link libgdprivate against libm (uses floor(3))
Comment on attachment 203147 [details] [review] link libgdprivate against libm (uses floor(3)) Thanks, looks good.
Pushed, thanks.