From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: avr-gcc Date: Fri, 15 Apr 2016 11:01:22 +0200 Message-ID: <87potrz1nh.fsf@igalia.com> References: <87wptgmyv1.fsf@elephly.net> <87twoks459.fsf@gnu.org> <87a8qbr2mb.fsf@gnu.org> <87ziy8g3bp.fsf@gnu.org> <87a8kxfdgc.fsf@gnu.org> <87h9f4spw3.fsf@drakenvlieg.flower> <87twj4m92o.fsf@gnu.org> <878u0fs38f.fsf@drakenvlieg.flower> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqzdg-0006e3-0K for guix-devel@gnu.org; Fri, 15 Apr 2016 05:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqzdb-0001IM-VZ for guix-devel@gnu.org; Fri, 15 Apr 2016 05:02:07 -0400 In-Reply-To: <878u0fs38f.fsf@drakenvlieg.flower> (Jan Nieuwenhuizen's message of "Fri, 15 Apr 2016 10:09:04 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen Cc: "guix-devel@gnu.org" On Fri 15 Apr 2016 10:09, Jan Nieuwenhuizen writes: > Ludovic Court=C3=A8s writes: > >> I suppose the problem is that CPATH is still used elsewhere, leading >> to interference with this one. > > The problem is our usage of C_INCLUDE_PATH. I don't understand this diagnosis. If the paths were not in C_INCLUDE_PATH, they would be in CPATH. Then you'd have the same problem. No? Or is there some special logic which is applying to CPATH which is not applying to C_INCLUDE_PATH? Basically in Guix we should, IMO, always be working on C_INCLUDE_PATH and friends, and never on CPATH. Andy