guile can't find dynamically loaded library

2002-09-30 Thread Michael Vanier
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 ha

Re: guile can't find dynamically loaded library

2002-10-04 Thread Michael Vanier
ror) Type "(backtrace)" to get more information or "(debug)" to enter the debugger. Thanks for your help, Mike > From: Marius Vollmer <[EMAIL PROTECTED]> > Date: 03 Oct 2002 20:34:11 +0200 > > Michael Vanier <[EMAIL PROTECTED]> writes: > > > I ha

Re: guile can't find dynamically loaded library

2002-10-08 Thread Michael Vanier
to write extensions; I don't know of any other scripting language that has such a trivially simple extension mechanism. Thanks, Mike > From: Marius Vollmer <[EMAIL PROTECTED]> > Date: 08 Oct 2002 23:30:14 +0200 > > Michael Vanier <[EMAIL PROTECTED]> writes: &