How to build glib-1.2.6 for DJGPP. There are two problems with the original glib-1.2.6: 1) DJGPP does not have a functional fork 2) DJGPP does come with pwd.h and a struct passwd. DJGPP's struct passwd does not have a member pw_gecos You first have to apply the patch in this directory. After this, use the standard unix build procedure. cd $DJDIR/gnu/glib-1.26 patch -p1 < djgpp/patch.txt ./configure --p=/djgpp make make check make install Teun Burgers Februari 16, 2000