Mailing List Archive

g77 in gentoo
Hi,
How can I get g77 in gentoo?
Thanks,
Ricardo Yanez

--
Ricardo Yanez
Department of Nuclear Physics
The Australian National University
Canberra ACT 0200 Australia
office: +61 2 6125 2424
fax: +61 2 6125 0748
gpg public key ID 0220B1D1


--
gentoo-user@gentoo.org mailing list
Re: g77 in gentoo [ In reply to ]
Ricardo Yanez wrote:
> Hi,
> How can I get g77 in gentoo?

$ emerge -pv gcc

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] sys-devel/gcc-3.3.4-r1 -X -bootstrap -build -debug -debug
-f77 -gcj -hardened -multilib +nls -objc +pic -static -(uclibc) 0 kB

Total size of downloads: 0 kB


$ USE=f77 sudo emerge gcc


--
gentoo-user@gentoo.org mailing list
Re: g77 in gentoo [ In reply to ]
On нд, 2004-09-05 at 10:12, Ricardo Yanez wrote:
> Hi,
> How can I get g77 in gentoo?
> Thanks,
> Ricardo Yanez
Hi,
Think that u should only add 'f77'-USE_flag (pls check flag name) while
emerging GCC (need to reemerge it to activate g77).
#echo "sys-devel/gcc f77" >> /etc/portage/packages.use -to make this
permanent (create /etc/portage dir manually before, if not present).
Then run 'emerge gcc -pv' check the flags then remove the 'p' to compile
it.
Maybe there are other f77 packages, don't know about.
HTH
Rumen