unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile can't find dynamically loaded library
@ 2002-10-01  1:08 Michael Vanier
  2002-10-03 18:34 ` Marius Vollmer
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Vanier @ 2002-10-01  1:08 UTC (permalink / raw)



Hi,

I've been walking through the guile info documentation, specifically the
section on defining your own guile extensions.  This is for guile-1.6
running on a Debian GNU/Linux system.  I am unable to get guile to find the
location of the shared library that I created (libguile-bessel.so).  I have
tried everything I can think of.  I have put the file into /usr/lib and it
still couldn't find it!  I setenv'd LTDL_LIBRARY_PATH to the current
directory; no dice (is LTDL a misprint?).  I always get the following
message:

guile> (load-extension "libguile-bessel" "init_bessel")
standard input:1:1: In procedure dynamic-link in expression (load-extension "libguile-bessel" "init_bessel"):
standard input:1:1: file: "libguile-bessel", message: "file not found"
ABORT: (misc-error)

Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
guile> 

I suspect that the documentation is incorrect.  Can you clarify what's
needed to inform guile of where a shared library is?

Mike





_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


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

end of thread, other threads:[~2002-10-08 22:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01  1:08 guile can't find dynamically loaded library Michael Vanier
2002-10-03 18:34 ` Marius Vollmer
2002-10-05  6:05   ` Michael Vanier
2002-10-05 18:35     ` Paul Jarc
2002-10-08 21:30     ` Marius Vollmer
2002-10-08 21:42       ` Michael Vanier
2002-10-08 22:40         ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).