GNOME Bugzilla – Bug 609553
Fix linking with LCMS support enabled
Last modified: 2010-02-11 14:55:21 UTC
SSIA
Created attachment 153427 [details] [review] Fix linking with LCMS support enabled We use libX11 functions, so we need to link against them. /usr/bin/ld: ./.libs/libeog.a(libeog_la-eog-window.o): undefined reference to symbol 'XFree' /usr/bin/ld: note: 'XFree' is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line /usr/lib64/libX11.so.6: could not read symbols: Invalid operation
Created attachment 153432 [details] [review] Fix linking with LCMS support enabled We use libX11 functions, so we need to link against them. /usr/bin/ld: ./.libs/libeog.a(libeog_la-eog-window.o): undefined reference to symbol 'XFree' /usr/bin/ld: note: 'XFree' is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line /usr/lib64/libX11.so.6: could not read symbols: Invalid operation
"x11 via pkgconfig" may not be portable enough. See Bug #609184 (of which this is a dup)
Right, not that I care that much about old versions of X. *** This bug has been marked as a duplicate of bug 609184 ***