From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22186: Use {C,CPLUS,OBJC}_INCLUDE_PATH instead of CPATH Date: Thu, 17 Dec 2015 11:43:05 +0100 Message-ID: <87a8p9l5ja.fsf@gnu.org> References: <871tama22g.fsf@igalia.com> <20151216221837.588bacf3@debian-netbook> 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]:45060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9W2V-000138-Ba for bug-guix@gnu.org; Thu, 17 Dec 2015 05:44:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9W2U-0002O3-6g for bug-guix@gnu.org; Thu, 17 Dec 2015 05:44:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9W2U-0002Nz-3Q for bug-guix@gnu.org; Thu, 17 Dec 2015 05:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1a9W2T-0001QV-Um for bug-guix@gnu.org; Thu, 17 Dec 2015 05:44:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20151216221837.588bacf3@debian-netbook> (Efraim Flashner's message of "Wed, 16 Dec 2015 22:18:37 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Efraim Flashner Cc: Andy Wingo , 22186@debbugs.gnu.org Efraim Flashner skribis: > Are there other ones that could be set? Every time I compile it I see opt= ions > for java and go. GCJ honors =E2=80=98CLASSPATH=E2=80=99 (see gcc/java/jcf-path.c in the GCC = tree), but the Go front-end doesn=E2=80=99t seem to have anything similar. Ludo=E2=80=99.