[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: G-golf
From: |
Danny Milosavljevic |
Subject: |
Re: G-golf |
Date: |
Mon, 15 Jan 2018 08:21:21 +0100 |
Hi,
On Sun, 14 Jan 2018 20:23:47 -0200
David Pirotte <address@hidden> wrote:
> And writing this I just remember Ludovic saying to someone recently that Guix
> does
> not honor /etc/ld.so.conf, so you probably have to
>
> export LD_LIBRARY_PATH=<all path to all libs required by G-Golf>
Yeah, so either wrap the script via calling "wrap-program" (which will do the
above), or, better, make the Guix package substitute the literal shared library
filenames (in dynamic-link) in the source file by the absolute paths.
(Actually, wrap-program is often called automatically - for example by
glib-or-gtk-build-system and python-build-system)