and this is supposed to be installed in scratchbox?
wget http://cc.oulu.fi/~rantalai/fremantle/binutils_2.22-5_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/cpp-4.6_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/g++-4.6_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/gcc-4.6-base_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/gcc-4.6-locales_4.6.1-maemo4_all.deb wget http://cc.oulu.fi/~rantalai/fremantle/gcc-4.6-plugin-dev_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/gcc-4.6_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/libgcc1_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/libgomp1_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/libmudflap0_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/libstdc++6-4.6-dev_4.6.1-maemo4_armel.deb wget http://cc.oulu.fi/~rantalai/fremantle/libstdc++6_4.6.1-maemo4_armel.deb
sudo rm /scratchbox/compilers/bin/gcc-4.6 sudo ln -s /scratchbox/users/`whoami`/targets/FREMANTLE_ARMEL/usr/bin/gcc-4.6 /scratchbox/compilers/bin/gcc-4.6
scratchbox fakeroot dpkg -i binutils_2.22-5_armel.deb #"package uses Breaks; not supported in this dpkg" fakeroot dpkg -i --force-all gcc-4.6-base_4.6.1-maemo4_armel.deb fakeroot dpkg -i cpp-4.6_4.6.1-maemo4_armel.deb g++-4.6_4.6.1-maemo4_armel.deb gcc-4.6_4.6.1-maemo4_armel.deb gcc-4.6-locales_4.6.1-maemo4_all.deb gcc-4.6-plugin-dev_4.6.1-maemo4_armel.deb libgomp1_4.6.1-maemo4_armel.deb libmudflap0_4.6.1-maemo4_armel.deb libstdc++6_4.6.1-maemo4_armel.deb libgcc1_4.6.1-maemo4_armel.deb libstdc++6-4.6-dev_4.6.1-maemo4_armel.deb