guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add skalibs, execline.


From: Ludovic Courtès
Subject: Re: [PATCH] Add skalibs, execline.
Date: Wed, 01 Jul 2015 15:32:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Claes Wallin (韋嘉誠)" <address@hidden> skribis:

> On Jun 28, 2015 10:38 PM, "Ludovic Courtès" <address@hidden> wrote:
>> "Claes Wallin (韋嘉誠)" <address@hidden> skribis:
>
>> > +    (search-paths
>> > +     (list (search-path-specification
>> > +            (variable "CPATH")
>> > +            (files '("include")))
>> > +           (search-path-specification
>> > +            (variable "LIBRARY_PATH")
>> > +            (files '("lib")))))
>>
>> This is not needed here (‘gcc’ 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=.../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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]