From owner-freebsd-current Thu Apr 8 12:17:38 1999 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 7BEBA15024 for ; Thu, 8 Apr 1999 12:17:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id MAA42930; Thu, 8 Apr 1999 12:12:51 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199904081912.MAA42930@troutmask.apl.washington.edu> Subject: Re: f77 not working. In-Reply-To: <199904081858.NAA00962@unix.tfs.net> from Jim Bryant at "Apr 8, 1999 01:58:53 pm" To: jbryant@unix.tfs.net Date: Thu, 8 Apr 1999 12:12:51 -0700 (PDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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