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: `define-syntax'

2002-09-30 Thread Neil Jerram
> "ML" == M Luedde <[EMAIL PROTECTED]> writes: ML> Hello! ML> The guile `info' documentation (1.5.7) states that guile is R5RS ML> compliant. ML> However, I cannot get the macro mechanism `define-syntax' to work ML> (guile 1.6.0 on cygwin). ML> What's wrong here? C