GNOME Bugzilla – Bug 330708
dev libs/system libs link conflict.
Last modified: 2006-02-27 19:19:46 UTC
Please describe the problem: I build a dev gnome desktop on the side of a system gnome desktop. Both use the system modular X.org 7.0 installed /usr, /usr/X11R6 being a symlink to /usr. Some EOG components are linked against system libs since the x11 libs search path(/usr/X11R6/lib then /usr/lib) appears before than the dev libs search paths on the libtool command line. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 59096 [details] [review] libeog Makefile.am patch Modify the order of appearance of libs search paths to make dev libs paths of higher priorty than x11 libs search paths.
Created attachment 59097 [details] [review] shell Makefile.am patch Modify the order of appearance of libs search paths to make dev libs paths of higher priorty than x11 libs search paths.
Applied, thanks! 2006-02-27 Lucas Rocha <lucasr@gnome.org> * libeog/Makefile.am: change libs search paths order to make development libs paths have higher priority than X11 libs search paths (Fixes bug #330708). Patch from Sylvain Bertrand <sylvain.bertrand@gmail.com>.