From owner-freebsd-questions@freebsd.org Thu Dec 3 00:27:48 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE1A2A3E37F; Thu, 3 Dec 2015 00:27:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6811809; Thu, 3 Dec 2015 00:27:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 904713F425; Wed, 2 Dec 2015 19:27:46 -0500 (EST) Date: Thu, 3 Dec 2015 01:27:44 +0100 (CET) From: Gerald Pfeifer To: Dimitry Andric cc: "William A. Mahaffey III" , freebsd-questions@freebsd.org, freebsd-toolchain@freebsd.org Subject: Re: gcc5 question In-Reply-To: <95C3DA2C-639B-453D-8EC7-B92A6A1A728B@FreeBSD.org> Message-ID: References: <565F8881.8010705@hiwaay.net> <95C3DA2C-639B-453D-8EC7-B92A6A1A728B@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 00:27:48 -0000 On Thu, 3 Dec 2015, Dimitry Andric wrote: >> I just did a pkg-upgrade of gcc5, & upgraded the port as well. I noticed that a 'make showconfig' in the port now shows Graphite support enabled by default. However, a 'gcc -v --help' on the pkg installed version shows no libisl, req'd for Graphite support (I think). Is the pkg built differently from the port ? TIA & have a good one. > I've tried building the port with the GRAPHITE option enabled, but it > died with various compilation errors about missing isl types, even while > isl was installed. So I'm not sure about the state of this support. :-) > > Gerald, any idea? I suppose the option is expected to work? If you have an up-to-date lang/gcc5 port, you should not be able to specify GRAPHITE any longer. Somehow my testing must have been flawed (even though I recall it explicitly tested, so perhaps a typo when specifying the option) and this will be fixed when updating to GCC 5.3, hopefully in the next few days. Give lang/gcc5-devel a try, which is close to what GCC 5.3 is going to be. That one should work. I tested it again yesterday, just to be sure. Gerald