This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc and binutils installation
- To: bmj2001 <bmj2001 at bellsouth dot net>, gcc-help at gcc dot gnu dot org
- Subject: Re: gcc and binutils installation
- From: Christopher Eltschka <celtschk at dollywood dot itp dot tuwien dot ac dot at>
- Date: Tue, 26 Jun 2001 19:00:19 +0200
- References: <PBEAJOFBECEJCPEMCDOCEECCCAAA.bmj2001@bellsouth.net>
Thank you for your answer.
bmj2001 wrote:
>
> Binutils
> GCC
> GLIBC
I guess this is the order in which to install. Right?
You mentioned glibc here - does that mean I need to install a new glibc
for use with gcc-3.0, or is it just that *if* I should decide to install
a new glibc, I should do so after installing gcc-3.0?
If the new glibc is necessary for 3.0, can I have install that besides
the system glibc, or do I have to do an upgrade of the system glibc?
In the latter case, which glibc version do I need? Can I just replace
glibc and go on, or do I have to expect incompatibilities with other
(already compiled) programs?
> or
> CYGWIN DLL AND WINSUP.
Hmmm... Installing Wine and then Cygwin under Wine? Interesting thought
- at least, the least danger of breaking something.
Does Cygwin work under Wine?
What is WINSUP?
BTW, what about my other questions (esp. the --prefix one)?
>
> -----Original Message-----
> From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
> Behalf Of Christopher Eltschka
> Sent: Thursday, June 21, 2001 1:46 PM
> To: gcc-help@gcc.gnu.org
> Subject: gcc and binutils installation
>
> Hello,
>
> I've downloaded both gcc-3.0 and binutils-2.11. I want to install both
> besides the current compiler/binutils, on /usr/local (so I can still
> recover the old behaviour if needed).
>
> Regarding this, I have some questions:
>
> Should I install binutils first, of gcc first?
>
> What do I have to do to get no interference with the currently installed
> compiler/binutils? Is it enough to have --prefix=/usr/local, or should I
> do something like --prefix=/usr/local/gcc3 (and likewise with binutils)?
> Do I have to tell gcc which binutils it should use?
>
> Is there anything else to take into account?
>
> (BTW, I'm using Suse Linux 7.0, if that matters)