From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 22 02:49:16 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A89416A440 for ; Sun, 22 Jan 2006 02:49:16 +0000 (GMT) (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 36F9643D45 for ; Sun, 22 Jan 2006 02:49:16 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0M2nFSs003242; Sat, 21 Jan 2006 18:49:15 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0M2nFRS003241; Sat, 21 Jan 2006 18:49:15 -0800 (PST) (envelope-from sgk) Date: Sat, 21 Jan 2006 18:49:15 -0800 From: Steve Kargl To: pfgshield-freebsd@yahoo.com Message-ID: <20060122024915.GA3225@troutmask.apl.washington.edu> References: <20060122020611.88638.qmail@web32910.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060122020611.88638.qmail@web32910.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: amd64 vs x86_64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 02:49:16 -0000 On Sun, Jan 22, 2006 at 03:06:11AM +0100, pfgshield-freebsd@yahoo.com wrote: > > I wonder if anyone builds gcc without the port: I build gcc 10 to 20 times a week. This includes both the 4.1 branch and trunk. Configure automatically picks up the architecture. > I was building a preliminary g95 port. Have you tried gfortran? It is a part of GCC. I use 4.1 (pre-release) gfortran everyday. I routinely build and test gfortran from gcc trunk. -- Steve