$ tce-load -wi compiletc intltool fox-dev

# for maximum compatibility and minimum size:
$ export CFLAGS="-mtune=generic -Os -pipe -flto"
$ export CXXFLAGS="-mtune=generic -Os -pipe -flto"
$ export LDFLAGS="-Wl,-O1 -flto"

$ cd xfe-1.44
$ ./configure --prefix=/usr/local 
$ sed -i 's/-O2//' Makefile
$ make
$ sudo make DESTDIR=/opt/desxfe install
