View Single Post
Posts: 30 | Thanked: 16 times | Joined on Jan 2010 @ Berlin
#49
Originally Posted by alex94 View Post
How have you installed GCC?
I tried this but it doesn't work:
$ sudo gainroot
$ apt-get install gcc

Thanks
You probably didn't add the sources.
Edit /etc/apt/sources.list and add the following line to it:
deb http://repository.maemo.org fremantle/sdk free non-free
The fastest way to accomplish this is like this:
echo "deb http://repository.maemo.org fremantle/sdk free non-free" >> /etc/apt/sources.list
Afterwards type apt-get update. Now the installation should work.