From owner-freebsd-current@FreeBSD.ORG Sat Sep 15 22:55:23 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 48EF016A41B for ; Sat, 15 Sep 2007 22:55:23 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 10BF513C45E for ; Sat, 15 Sep 2007 22:55:23 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: (qmail 11498 invoked from network); 15 Sep 2007 22:55:22 -0000 Received: from dsl081-173-150.sea1.dsl.speakeasy.net (HELO dv6000.tddhome) ([64.81.173.150]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 15 Sep 2007 22:55:22 -0000 Received: from dv6000.tddhome (localhost [127.0.0.1]) by dv6000.tddhome (8.14.1/8.14.1) with ESMTP id l8FMtMmI008384; Sat, 15 Sep 2007 15:55:22 -0700 (PDT) (envelope-from tomdean@dv6000.tddhome) Received: (from tomdean@localhost) by dv6000.tddhome (8.14.1/8.14.1/Submit) id l8FMtMSD008381; Sat, 15 Sep 2007 15:55:22 -0700 (PDT) (envelope-from tomdean) Date: Sat, 15 Sep 2007 15:55:22 -0700 (PDT) Message-Id: <200709152255.l8FMtMSD008381@dv6000.tddhome> From: "Thomas D. Dean" To: sgk@troutmask.apl.washington.edu In-reply-to: <20070915222422.GA4487@troutmask.apl.washington.edu> (message from Steve Kargl on Sat, 15 Sep 2007 15:24:22 -0700) References: <200709152159.l8FLxfha008167@dv6000.tddhome> <20070915222422.GA4487@troutmask.apl.washington.edu> Cc: 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: Sat, 15 Sep 2007 22:55:23 -0000 Please read the entire message. Same OS, same hardware, same port source code. port == math/scilab w/ math/lapack and math/blas I build the port with gfortran42 and it failed at run time. I build the port with g77 - GNU Fortran (GCC) 3.4.6 and it works. tomdean