From owner-freebsd-fortran@FreeBSD.ORG Wed Sep 10 02:26:41 2014 Return-Path: Delivered-To: fortran@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E15151D7; Wed, 10 Sep 2014 02:26:41 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4C3EC27; Wed, 10 Sep 2014 02:26:38 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id s8A2QWf6070327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 9 Sep 2014 19:26:32 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id s8A2QW7e070326; Tue, 9 Sep 2014 19:26:32 -0700 (PDT) (envelope-from sgk) Date: Tue, 9 Sep 2014 19:26:32 -0700 From: Steve Kargl To: Pedro Giffuni Subject: Re: Help with gfortran Message-ID: <20140910022632.GA70317@troutmask.apl.washington.edu> References: <540E18DB.3020006@freebsd.org> <540FA812.1050606@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <540FA812.1050606@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: fortran@FreeBSD.org X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 02:26:42 -0000 On Tue, Sep 09, 2014 at 08:23:30PM -0500, Pedro Giffuni wrote: > > While here, I think it should be possible to drop libstdc++ into an > independent port and have all the g++ ports use libc++ by default. > I'm no expert on this, but I suspect that g++ will be unhappy with libc++. libstdc++ and libc++ simply are incompatible. -- Steve