Fresh install of GCC?

Brian Gough bjg@network-theory.co.uk
Mon Jun 21 09:03:00 GMT 2004


"Shawn Morford" <gcc@digiex.homeip.net> writes:

> So now I'm asking the folks who know more about this stuff than I do.
> Personally, I would prefer to do something along the line of my plan B:
> install GCC/MAKE without any conflicting with previous versions.  I've seen
> mention of "cross compilers" on a few sites i found Googling, but I have no
> idea what those are or what to do with them.  What's the best way to get the
> latest GCC on a system with no development tools? And, looking ahead, once I
> have this set up, what's the best way to upgrade my compiler without
> screwing up existing software?  Thanks in advance for any help.

To have multiple versions installed, use the --prefix option to
./configure to specify another directory (e.g. /opt/gcc-3.4.0) for the
new gcc installation.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/



More information about the Gcc-help mailing list