On Do, 2008-02-28 at 09:20 +0100, Rainer Klier wrote: > Am Mittwoch, den 27.02.2008, 10:29 -0500 schrieb Matthew Barnes: > > On Wed, 2008-02-27 at 15:13 +0000, Rainer Klier wrote: > BUT making of gtkhtml-3.17.92 fails. > > in the meantime i found out WHY: > the configure-script, or some part related to it has a bug. > it finds out, that i have the latest glib-2.15.6 installed > in /usr/local/lib but when it come to linking it links against the old > glib-2.14 installed in /usr/lib64!
Check the line which is used to assemble all libraries. If there is -L/usr/lib64 or -L/usr/lib somewhere before the directory where your new glib is, then you have a problem. Note that any library which calls glib needs to be recompiled: otherwise libtool finds the .la of such a not-recompiled library and automatically pulls in the old glib at that point. You can always fix the link line manually, but recompiling everything is IMHO the only way to satisfy libtool. > i will open a bug-ticket in bugzilla for that. I don't think it's a bug. -- Bye, Patrick Ohly -- [EMAIL PROTECTED] http://www.estamos.de/ _______________________________________________ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list