links - soft - glib [links - soft] [home] [search

src
build instructions:
  1. export CFLAGS="$CFLAGS -march=i686"
  2. ./configure --prefix=/pack/glib-2.32.1 --enable-man
  3. make; make install
  4. PROFIT!

build instruction for glib-1.2.10:
  1. in gstrfuncs.c, correct g_warning's as described there to avoid expected ')' before string constant errors
  2. ./configure --prefix=/usr/local/glib-1.2.10
  3. make; make install

warnings like
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
seem to stem from incompatible gtk/glib versions
the last glib version which compiles trouble-free with gcc 3.* on AIX 5.1 is 2.2.1

created Sep 26 2010
last modified Sun Apr 22 08:02:14 EEST 2012