all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* installing libraries
@ 2016-07-22 12:36 Vincent Legoll
  2016-07-22 19:18 ` Tobias Geerinckx-Rice
  2016-07-22 21:11 ` Alex Kost
  0 siblings, 2 replies; 8+ messages in thread
From: Vincent Legoll @ 2016-07-22 12:36 UTC (permalink / raw)
  To: help-guix

Hello (again),

I'm trying to do a kernel "make menuconfig", so I have to install some packages,
make, gcc, binutils, ncurses, glibc, linux-libre-headers...

but ncurses despite being installed, is not picked up...

vince@guixsd ~/tmp/build-linux$ ls $LIBRARY_PATH/*ncurses*
/home/vince/.guix-profile/lib/libncurses.a
/home/vince/.guix-profile/lib/libncurses++w.a
/home/vince/.guix-profile/lib/libncursesw.so.6
/home/vince/.guix-profile/lib/libncurses.so
/home/vince/.guix-profile/lib/libncursesw.a
/home/vince/.guix-profile/lib/libncursesw.so.6.0
/home/vince/.guix-profile/lib/libncurses.so.6
/home/vince/.guix-profile/lib/libncursesw.so

I've found that doing:
vince@guixsd ~/tmp/build-linux$ export LD_LIBRARY_PATH=$LIBRARY_PATH

will make it work...

Is that the "right" way to do it ?

I seem to remember that the export LIBPATH line was hinted from some
package install (maybe gcc), so I put it in .bashrc...

-- 
Vincent Legoll

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-27  9:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22 12:36 installing libraries Vincent Legoll
2016-07-22 19:18 ` Tobias Geerinckx-Rice
2016-07-22 19:51   ` Vincent Legoll
2016-07-22 20:24     ` Tobias Geerinckx-Rice
2016-07-22 20:49       ` Vincent Legoll
2016-07-25 20:31         ` Ludovic Courtès
2016-07-27  9:11           ` Vincent Legoll
2016-07-22 21:11 ` Alex Kost

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.