Gentoo Archives: gentoo-user

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerging IFC - Intel Fortran Compiler
Date: Sun, 30 Jul 2006 01:44:23
Message-Id: 44CC0D9C.2080503@gentoo.org
In Reply to: Re: [gentoo-user] emerging IFC - Intel Fortran Compiler by Richard Broersma Jr
1 Richard Broersma Jr wrote:
2 >> Any reason you can't use gcc's Fortran compiler?
3 >
4 > I would be happy to, I didn't know there was one. Is there any docs that explain how to the gcc
5 > fortran complier?
6
7 USE=fortran emerge gcc
8
9 If you're on gcc4, it's gfortran and is Fortran95 (and older)
10 compatible. If you're on gcc3, it's g77 and is (as one would expect)
11 compatible with Fortran77.
12
13 Thanks,
14 Donnie
15 --
16 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerging IFC - Intel Fortran Compiler Richard Broersma Jr <rabroersma@×××××.com>