The glib package contains a low-level core library. This is useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/glib-1.2.10.tar.gz
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
Download MD5 sum: 6fe30dad87c77b91b632def29dd69ef9
Download size: 412 KB
Estimated disk space required: 7 MB
Estimated build time: 0.26 SBU
Required Patch (when using GCC-3.4.x): http://www.linuxfromscratch.org/blfs/downloads/6.0/glib-1.2.10-gcc34-1.patch
Install glib by running the following commands:
patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
./configure --prefix=/usr &&
make &&
make install &&
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
The glib package contains libglib-1.2 libraries.
Last updated on 2005-03-05 08:51:15 -0700