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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to