fwd: Get a gardening shears and Gardening magazine for free.

2002-10-08 Thread BigMagClub
> Forward Message: > - > BigMagClub Trial Magazine Offer > - > > Subscribe and receive your gift now. Good luck!!! > You may check out the latest trial magazine

Re: guile can't find dynamically loaded library

2002-10-08 Thread Marius Vollmer
Michael Vanier <[EMAIL PROTECTED]> writes: > Well, it's even more hosed that you realize :-( Oops, did you configure Guile with "--enable-ltdl-install"? Sorry, I forgot to tell you about this. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405

Re: guile can't find dynamically loaded library

2002-10-08 Thread Michael Vanier
That fixed it. I still had to specify the .so extension, but that's OK for now. I didn't even have to specify an LTDL_LIBRARY_PATH environment variable ;-) I'm pretty happy to see guile catching up with other scripting languages. I'm especially happy with how easy it is to write extensions; I

Re: guile can't find dynamically loaded library

2002-10-08 Thread Marius Vollmer
Michael Vanier <[EMAIL PROTECTED]> writes: > I'm pretty happy to see guile catching up with other scripting languages. > I'm especially happy with how easy it is to write extensions; I don't know > of any other scripting language that has such a trivially simple extension > mechanism. I'm very h