Used TC default flags ------------------------------------------------------------------------------- #!/bin/sh export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" export LDFLAGS="-Wl,-O1" for i in compiletc.tcz squashfs-tools-4x.tcz libevent-dev.tcz curl-dev.tcz intltool.tcz; do tce-load -iw $i done wget http://download-origin.transmissionbt.com/files/transmission-2.83.tar.xz tar -xvJf transmission-2.83.tar.xz cd transmission-2.83/ while [ 1 ]; do ls ; read -n 1 -p "Ready? [y or]: " ask; [ $ask = "y" ] && break; done echo -e "\n\n--------------------------COMPILE------------------------------\n" ./configure make make check make DESTDIR=/home/tc/transmission install-strip && { echo "OK!"; sleep 1; cd .. ; ls -R transmission/ ; } || { echo "Ouch! Redo -- fix the errors"; } ------------------------------------------------------------------------------- Configuration: Source code location: . Compiler: g++ Build libtransmission: yes * optimized for low-resource systems: no * µTP enabled: yes Build Command-Line client: yes Build GTK+ client: no * libappindicator for an Ubuntu-style tray: no Build Daemon: yes Build Mac client: no