Re: Question about install of Fortran compiler

2009-01-28 Thread Bruce Cran
On Tue, 27 Jan 2009 16:30:11 -0500
"V. M. Tame-Reyes"  wrote:

> 
> Hello FreeBSD community,
> 
> I had a friend download all the files in freeBSD ports site
> (the official one) so i have a large collection of .tbz files
> but i don't seem to be able to find a correct fortran 77
> compiler, i already installed c compiler, but calling g77
> wouldn't work.
> 
> Any help anyone could provide ?

With the import of GCC 4.2 the Fortran compiler was removed from the
base system a few versions ago.  There are several in the ports system
you can install instead.

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Question about install of Fortran compiler

2009-01-27 Thread Tom Everett
The FreeBSD ports tree has a number of Fortran compilers in the ports 
collection:


http://www.freebsd.org/ports/lang.html

To install one from the ports collection, su to root and then install 
the port.


For example to install G95 
(http://www.freebsd.org/cgi/url.cgi?ports/lang/g95/pkg-descr)


cd /usr/ports/lang/g96
make
make test
make install






V. M. Tame-Reyes wrote:


Hello FreeBSD community,

I had a friend download all the files in freeBSD ports site
(the official one) so i have a large collection of .tbz files
but i don't seem to be able to find a correct fortran 77
compiler, i already installed c compiler, but calling g77
wouldn't work.

Any help anyone could provide ?

Best regards,

--
Victor Tame

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"