Thank you for answering,
I 've built glib 2.4.2 in my /home/test/gtk/glib
How could I link against this instead of the linuxbox's glib-2.2 ?
TIA


> Apparently, you have a glib-2.2 in /usr. It is very difficult if not
> impossible to make two glib-2 libraries coexist.
> You can try the following (I suppose you install the new libraries in
> /usr/local which is the default prefix).
>
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> LDFLAGS="-rpath /usr/local/lib" ./configure
> make all install



_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to