GNOME Bugzilla – Bug 660517
gnome-panel fails to build because of underlinking
Last modified: 2013-10-09 21:59:58 UTC
Created attachment 197817 [details] [review] sample fix git checkout origin/gnome-2-32 make failed like this: CCLD gnome-panel /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: gnome_panel-main.o: in function move_window_handler:nothing.cP:1472: error: undefined reference to 'sqrt' collect2: ld returned 1 exit status make[4]: *** [gnome-panel] Error 1 make[4]: Leaving directory `/home/naota/src/gnome-panel/gnome-panel' may need explicit link to libm. I was able to build the package with the attached patch.
Review of attachment 197817 [details] [review]: This does no longer apply to the current code and the current version of gnome-panel builds just find. I'm rejecting this patch.