all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: help-guix@gnu.org
Subject: installing libraries
Date: Fri, 22 Jul 2016 14:36:11 +0200	[thread overview]
Message-ID: <CAEwRq=oYyurjAs6Wr5aHw0cUsTNpCYWeMK1zG9T03bBHCom75Q@mail.gmail.com> (raw)

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

             reply	other threads:[~2016-07-22 12:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-22 12:36 Vincent Legoll [this message]
2016-07-22 19:18 ` installing libraries 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=oYyurjAs6Wr5aHw0cUsTNpCYWeMK1zG9T03bBHCom75Q@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.