On Jul 1, 2015 3:32 PM, "Ludovic Courtès" wrote: > > 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. If I do 'guix environment s6' with s6 having execline as an input, only .../...execline.../lib is in LIBRARY_PATH, .../lib/execline isn't.