tce-load -i glib2-dev libpng-dev libtiff-dev gobject-introspection-dev Xorg-7.7-3d-dev perl5

cd gdk-pixbuf-2.31.3

CC="gcc -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --with-x11

find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \;

make
sudo make install

