GNOME Bugzilla – Bug 609864
fix implicit linking
Last modified: 2010-03-15 02:21:03 UTC
In Fedora a recent change in ld as described in https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking causes gnote to fail to build Build log: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/i386/gnote-0.7.1-2.fc13.src.rpm/result/build.log " /usr/bin/ld: ../libtomboy/.libs/libtomboy.a(libtomboy_la-tomboykeybinder.o): undefined reference to symbol 'XGrabKey'" You need to explicitly link to the library you are using to avoid this problem
Downstream patch at https://bugzilla.redhat.com/show_bug.cgi?id=564774
Created attachment 154049 [details] [review] Proposed fix Does this solve the problem? I do not have a recent enough tool chain to test this.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.