Installing gcc 3.3.3

Ian Lance Taylor ian@wasabisystems.com
Sat Mar 27 13:07:00 GMT 2004


"Jason Simms" <jsimms@ellisvpv.com> 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



More information about the Gcc-help mailing list