Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 12:12:51 -0700 (PDT)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        jbryant@unix.tfs.net
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: f77 not working.
Message-ID:  <199904081912.MAA42930@troutmask.apl.washington.edu>
In-Reply-To: <199904081858.NAA00962@unix.tfs.net> from Jim Bryant at "Apr 8, 1999 01:58:53 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Jim Bryant wrote:
> 
> I attempted to run some fortran benchmarks to see the improvement that
> egcs gives with the pentium opts...
> 
>  1:56:13pm  argus(57): f77 [flags elided] -o pitest.mx=14 pi4.f mp.f
> cc: pi4.f: Fortran compiler not installed on this system
> cc: mp.f: Fortran compiler not installed on this system

Yep.  A decision has not been made on whether to bring g77
into the source tree.  Thus, egcs hasn't been modified to pick
up gnu/usr.bin/cc/cc/f2c-specs.h.

If you're bold and daring, then 

%rm /usr/bin/f77 /usr/bin/f2c /usr/lib/*f2c*
%ldconfig -R
%rm /usr/share/man/man1/f2c.1 /usr/share/man/man1/f77.1
%cd ~/tmp
%ftp troutmask.apl.washington.edu
ftp>cd pub
ftp>bin
ftp>prompt
ftp>mget *.tgz
ftp>quit
%ls
f2c-freebsd.tgz
f77-freebsd.tgz
%tar zxf f2c-freebsd.tgz
%tar zxf f77-freebsd.tgz
%mv f2c-freebsd /usr/ports/lang 
%mv f77-freebsd /usr/ports/lang 
%cd /usr/ports/lang/f77-freebsd
%make install






-- 
Steve


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904081912.MAA42930>