From owner-freebsd-current@FreeBSD.ORG Wed Aug 29 15:04:29 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 3CAC116A56C; Wed, 29 Aug 2007 15:04:29 +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 0ECFC13C459; Wed, 29 Aug 2007 15:04:29 +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 l7TF1JCB031850; Wed, 29 Aug 2007 08:01:19 -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 l7TF19QK031843; Wed, 29 Aug 2007 08:01:09 -0700 (PDT) (envelope-from sgk) Date: Wed, 29 Aug 2007 08:01:09 -0700 From: Steve Kargl To: Daniel Tourde Message-ID: <20070829150109.GA31652@troutmask.apl.washington.edu> References: <200708281928.26819.daniel.tourde@spray.se> <20070828172908.GC77256@hub.freebsd.org> <200708281949.26686.daniel.tourde@spray.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708281949.26686.daniel.tourde@spray.se> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: gdb and gfortran in 7.0? 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: Wed, 29 Aug 2007 15:04:29 -0000 On Tue, Aug 28, 2007 at 07:49:25PM +0200, Daniel Tourde wrote: > Hello Kris, > > > > > I am trying 7.0-current and I am planning to use CVS. At the moment I > > > have the snapshot of Aug 07 installed on my machine. > > > > > > I saw that by default, during bootstrap, gfortran and gdb aren't built. > > > Do I simply need to comment the two NO_ flags in Makefile.incl to get > > > gfortran and gdb or do I need to do anything else? > > > > gdb is included in 7.0 and should be built by default. gfortran is > > not included in 7.0 and you need to install the port if you want it. > > Thanks for your answer. > Why isn't gfortran (coming from gcc 4.2.1) included in 7.0 when f77 (coming > from gcc-3.4.6) is included in 6.2? > gfortran requires GMP and MPFR. These libraries are not in the base system. However, if FreeBSD ever moves to gcc-4.3.0, it will needs the libraries. -- Steve