This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I am a beginner installing gcc-3.0



> 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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]