Re: Multiple gcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Wed, Jun 17, 2009 at 10:49 PM, Giany <giany007@xxxxxxxxx> wrote:


On Wed, Jun 17, 2009 at 6:05 AM, Jakub Jelinek <jakub@xxxxxxxxxx> wrote:
On Wed, Jun 17, 2009 at 08:41:50AM -0400, Mauriat Miranda wrote:
> On Wed, Jun 17, 2009 at 3:26 AM, Jakub Jelinek<jakub@xxxxxxxxxx> wrote:
> > On Tue, Jun 16, 2009 at 04:16:51PM -0500, Brian Truter wrote:
> >> Is it possible to install multiple gcc packages on Fedora?
> >>
> >> I am using gcc 4.4 from Fedora 11, but I would also like to install 4.3 from
> >> Fedora 10, and switch compiles when needed by setting env variables, or
> >> something similar. Is this possible, and if so, does anyone have any info?
> >
> > Just rpm2cpio the other gcc to a different directory.
> > mkdir ~/gcc-4.3 && cd ~/gcc-4.3
> > for i in *-4.3*.rpm; do rpm2cpio $i | cpio -pduv; done
> >
> > and then
> > ~/gcc-4.3/usr/bin/gcc
> > ~/gcc-4.3/usr/bin/g++
> > ~/gcc-4.4/usr/bin/gfortran
> > etc. should just work.
> >
>
> Curious, would the '--prefix' flag for RPM help?

Likely, yes.

Likely, no.

[root@localhost log]# rpm -qi gcc
Name        : gcc                          Relocations: (not relocatable)


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


I tried a few of the suggestions here, but no luck so far. Too many dependencies involved it seems to sort it all out
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux