"Jason Simms" <jsimms@xxxxxxxxxxxx> writes: > I recently downloaded the 3.3.3 version of gcc but I am having great > difficulty installing it. As I look through the documentation, > there are no instruction telling the user what to do with the > downloaded zip file. After unzipping the tar.gz file, whats next? It's a tar file. You unpack it using something like tar -tzf FILE.tar.gz Then, you read the file named README. Ian