This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: I am a beginner installing gcc-3.0
- To: cathyr_2002 at yahoo dot com
- Subject: Re: I am a beginner installing gcc-3.0
- From: pkurpis at keck dot hawaii dot edu (Peter Kurpis)
- Date: Fri, 6 Jul 2001 14:10:51 -1000 (HST)
- Cc: gcc-help at gcc dot gnu dot org
> I am doing this on my Soalris 2.8 for the first time.
>
> I do not have cc except for /usr/ucb/cc which the
> documentation says not to use.
>
> I keep running the configure script and it can't find
> gcc or cc in my path. Of course, I don't have it.
> How can I configure gcc to then build a compiler so I
> can then make ssh?
You have a bootstrapping problem: you need a proper compiler
to compile the gcc sources to create a compiler. :-)
In this case, you need to download Solaris binaries for
gcc. These are available at
http://www.sunfreeware.com
Good luck!