all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (dynamic-link "libm") doesn't work on guile
@ 2016-01-07 10:36 Alex Vong
  2016-01-08  2:30 ` Leo Famulari
  2016-01-08  3:27 ` 宋文武
  0 siblings, 2 replies; 10+ messages in thread
From: Alex Vong @ 2016-01-07 10:36 UTC (permalink / raw)
  To: help-guix

Hi people,


I got the following error message when trying to dlopen a shared library
in ~/guix-profile/bin/guile installed by guix:

scheme@(guile-user)> (dynamic-link "libm")
ERROR: In procedure dynamic-link:
ERROR: In procedure dynamic-link: file: "libm", message: "file not found"

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.


I think it is a guix-specific problem since /usr/bin/guile installed by
debian works fine:

scheme@(guile-user)> (dynamic-link "libm")
$1 = #<dynamic-object "libm">


Any idea?

Thanks,
Alex

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

end of thread, other threads:[~2016-01-10  6:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 10:36 (dynamic-link "libm") doesn't work on guile Alex Vong
2016-01-08  2:30 ` Leo Famulari
2016-01-08 11:56   ` Alex Vong
2016-01-08  3:27 ` 宋文武
2016-01-08 10:07   ` Ludovic Courtès
2016-01-08 12:43   ` Alex Vong
2016-01-08 13:51     ` Ludovic Courtès
2016-01-09 14:08       ` Alex Vong
2016-01-09 17:39         ` Ludovic Courtès
2016-01-10  6:05           ` Alex Vong

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.