From: Yves M. <yme...@li...> - 2004-07-05 08:17:11
|
> Yves, > > Can you confirm the correct option to use in the configure to select th= e > correct version of glib? > > I am using --with-glib12=3D/usr/bin which works with me, replying: > > ***************************************************** > Configuration options: > > .... > Using glib1.2: 1.2.10 > ***************************************************** For glib1.2 users, assuming that your glib-config binary is in /usr/bin, = I confirm this is the way to do it. For those who have glib2, please use glib2 (ignore --with-glib12): we pro= gram with glib2.0 API and backport to glib1.2 for those who cannot use glib2.0. We = do not try to have the glib1.2 backport very performant, so glib2 is the best choice. Your output will be: ***************************************************** Configuration options: .... Using glib2.0: 2.4.2 ***************************************************** Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |