From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add skalibs, execline. Date: Wed, 01 Jul 2015 15:32:35 +0200 Message-ID: <87lhf0rojw.fsf@gnu.org> References: <87ioa7sh5v.fsf@gnu.org> 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]:36072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAI87-00083o-Ql for guix-devel@gnu.org; Wed, 01 Jul 2015 09:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAI82-0006yF-69 for guix-devel@gnu.org; Wed, 01 Jul 2015 09:32:47 -0400 In-Reply-To: ("Claes Wallin \=\?utf-8\?B\?KOmfi+WYieiqoCkiJ3M\=\?\= message of "Mon, 29 Jun 2015 11:36:46 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Cc: guix-devel "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" skribis: > On Jun 28, 2015 10:38 PM, "Ludovic Court=C3=A8s" wrote: >> "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" skribis: > >> > + (search-paths >> > + (list (search-path-specification >> > + (variable "CPATH") >> > + (files '("include"))) >> > + (search-path-specification >> > + (variable "LIBRARY_PATH") >> > + (files '("lib"))))) >> >> This is not needed here (=E2=80=98gcc=E2=80=99 handles that.) > > Huh. It seemed to fix something for me, but must be something else I > changed then. > > But that probably explains something else. I'm working on s6, and it > expects -lexecline to work. Currently I'm feeding its configure > "--with-lib=3D.../lib/execline", would be nice to get that done in > execline instead. Modifying LIBRARY_PATH has no effect, what do I need > to do to override gcc? LIBRARY_PATH is automatically set to contains all the lib/ sub-directories, so nothing special is needed. The problem probably lies elsewhere, maybe in the build system of s6. HTH, Ludo=E2=80=99.