From owner-freebsd-current@FreeBSD.ORG Mon Oct 1 03:32:01 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79FEB16A419 for ; Mon, 1 Oct 2007 03:32:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 574D413C45D for ; Mon, 1 Oct 2007 03:32:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l913TDdu090823; Sun, 30 Sep 2007 20:29:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l913Srxm090822; Sun, 30 Sep 2007 20:28:53 -0700 (PDT) (envelope-from sgk) Date: Sun, 30 Sep 2007 20:28:53 -0700 From: Steve Kargl To: Maho NAKATA Message-ID: <20071001032853.GA90805@troutmask.apl.washington.edu> References: <200709160102.l8G12bAl001481@dv6000.tddhome> <20070916020726.GB6447@troutmask.apl.washington.edu> <200709160456.l8G4udLl023614@dv6000.tddhome> <20071001.110036.102571438.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071001.110036.102571438.chat95@mac.com> User-Agent: Mutt/1.4.2.3i Cc: tomdean@speakeasy.org, freebsd-current@freebsd.org Subject: Re: Compiler Problems? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 03:32:01 -0000 On Mon, Oct 01, 2007 at 11:00:36AM +0900, Maho NAKATA wrote: > Hi Thomas and Steve, > > Thanks for your clarification. I rewrote this port completely and > update to 3.1.1. Now at least dlamch/slamch are build with -O0. > Hope now it works well. I haven't tried yet with g77 and may not work with it. > > % cd /usr/ports/math/lapack > % rm -rf work ; make > & log & > % grep slamch.f log > gfortran42 -O0 -c slamch.f -o slamch.o > gfortran42 -O0 -fpic -c slamch.f -o slamch.o > gfortran42 -O0 -pg -c slamch.f -o slamch.o > Thanks. I certain that it will work fine with g77. This is a few decade old issue with determining machine parameters for floating point numbers in portable Fortran code. -- Steve