Hi, On Sun, 14 Jan 2018 20:23:47 -0200 David Pirotte <[email protected]> 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)
