> >But now I've downloaded some source code which I'm trying to compile, when > >trying to compile it became clear to me that something was defenately > >wrong: I got the error that gcc couldn't write any executables... > > Usually this problem is due to the binutils package not being installed. > > (Er, doesn't gcc depend on binutils?) > This could also be caused by not having permission to write to the directory where you are trying to build your software. Check your permissions as well.
-- Jeff

