From: David Pirotte <david@altosw.be>
To: Catonano <catonano@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: G-golf
Date: Sun, 14 Jan 2018 12:20:57 -0200 [thread overview]
Message-ID: <20180114122057.6316d606@capac> (raw)
In-Reply-To: <CAJ98PDwter_4O8E0_fd8v-TZBRMZ29unhy8+DYk=o1A7o7yu0w@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
Hi,
> (define %libgirepository (dynamic-link "libgirepository-1.0"))
> In procedure dynamic-link: file: "libgirepository-1.0", message: "file not
> found"
> but both Gobect-introspection and Glib are in the ad-hoc environment
> (they were found by configure)
You can try to run ldd:
ldd <the-full-path-name-of-the-lib>
[ and se what is missing... look for not found
If that is not enough, you can try to strace:
strace -o strace.out guile -c "(dynamic-link "libgirepository-1.0"))"
HTH,
David
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2018-01-14 14:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-14 14:02 G-golf Catonano
2018-01-14 14:20 ` David Pirotte [this message]
2018-01-14 20:36 ` G-golf Catonano
2018-01-14 22:23 ` G-golf David Pirotte
2018-01-15 7:21 ` G-golf Danny Milosavljevic
2018-01-16 11:19 ` G-golf Ludovic Courtès
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=20180114122057.6316d606@capac \
--to=david@altosw.be \
--cc=catonano@gmail.com \
--cc=guix-devel@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.