This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Problem in installing GCC3.0
- To: "'Smriti Garg'" <Smriti dot Garg at ind dot xerox dot com>,<gcc at gcc dot gnu dot org>
- Subject: RE: Problem in installing GCC3.0
- From: "Rupert Wood" <me at rupey dot net>
- Date: Sun, 19 Aug 2001 17:54:20 +0100
Smriti Garg wrote:
> I have downloaded your GCC3.0
> But i am finding problems in installing it
> The zip file which i downloaded is about 20mb in size and contains
> gcc-3.0-sol7-sparc-local this file as a content
> there is no other content of a zip file
> i am not finding any installation steps for the same
GCC don't provide binary distributions but instead link sites that do.
You should turn to the site you downloaded it from for support.
That said, if this is Solaris then it's likely in 'software package'
format. You could try:
pkgadd gcc-3.0-sol7-sparc-local
or untarring the file and installing it manually.
Rup.