Mailing List Archive

F77 or g77 not included in GCC ?
hi all£¬

¡¡¡¡ I have set the USE include "f77" in the /etc/make.conf, but I found that after
I emerged gcc, g77 didn't show up. Is there any methods solving the problem ?
Thanks in advance!

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
Best Regards!

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Zhiqiang Ye
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2004-09-22

###############################################################
Zhiqiang Ye, Ph. D candidate, Major in Bioinformatics
Center of BioInformatics, College of Life Scicences,
Peking University, Beijing, PR China 100871
Tel: +86 10 6275 6730
###############################################################
Re: F77 or g77 not included in GCC ? [ In reply to ]
Le 09/22/04 "Zhiqiang Ye" <yezq@mail.cbi.pku.edu.cn> a écrit notamment:
Re: F77 or g77 not included in GCC ? [ In reply to ]
Did you check to see if there is an 'f77' executable? When I emerged gcc with
f77, I had to make a symbolic link from g77 to f77, for my own makefiles to
work.
If gcc ebuild maintainers are reading this - creating the symbolic link as
part of the install would be nice... :)
-bryan

> hi all£¬
>
> ¡¡¡¡ I have set the USE include "f77" in the /etc/make.conf, but I found that after
> I emerged gcc, g77 didn't show up. Is there any methods solving the problem ?
> Thanks in advance!
>



--
gentoo-user@gentoo.org mailing list
F77 or g77 not included in GCC ? [ In reply to ]
Try the USE flag i.e

USE="f77" emerge gcc

and voila !


hi all,

   I have set the USE include "f77" in the /etc/make.conf, but I found that after
I emerged gcc, g77 didn't show up. Is there any methods solving the problem ?
Thanks in advance!

        
Best Regards!



--
gentoo-user@gentoo.org mailing list
Re: F77 or g77 not included in GCC ? [ In reply to ]
Thanks!

but look like this:
# which g77
/usr/i686-pc-linux-gnu/gcc-bin/3.3/g77

g77 is not located at /usr/bin, as gcc and g++ are located.
Is this normal ?

¡¡¡¡

=======================================================

>
>Try the USE flag i.e
>
>USE="f77" emerge gcc
>
>and voila !
>
>
>hi all£¬
>
>¡¡¡¡ I have set the USE include "f77" in the /etc/make.conf, but I found that after
>I emerged gcc, g77 didn't show up. Is there any methods solving the problem ?
>Thanks in advance!
>
>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
>Best Regards!
>
>
>
>--
>gentoo-user@gentoo.org mailing list

= = = = = = = = = = = = = = = = = = = =


Best Wishes!

Zhiqiang Ye
2004-09-23


--
gentoo-user@gentoo.org mailing list
Re: F77 or g77 not included in GCC ? [ In reply to ]
Zhiqiang Ye wrote:
> g77 is not located at /usr/bin, as gcc and g++ are located.
> Is this normal ?

Smells like a bug in gcc-config. Check bugzilla and report it if you find
nothing there.

Regards,
Norberto

--
gentoo-user@gentoo.org mailing list