tce-load -wil compiletc freetype-dev libXft-dev autoconf xorg-proto libX11-dev libjpeg-turbo-dev libpng-dev http://fox-toolkit.org/ftp/fox-1.6.59.tar.gz cd fox-1.6.59 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --x-includes="/usr/local/include/X11 -I/usr/local/include/freetype2" --x-libraries=/usr/local/include/X11 --with-xft --with-xim --with-xshm --with-xcursor --without-opengl --enable-release --without-xrender --without-xfixes --without-xinput --prefix=/usr/local [-fno-exceptions and -fno-rtti cause errors] sed -i 's/-g -O2//' Makefile make [8m 46.95s] make DESTDIR=/tmp/dest install