Bug in find-and-link-dynamic-module

2001-06-05 Thread Thomas Wawrzinek
Hi! When playing around with dynamically loadable modules written in pure C I found that on my Linux box guile tries to access weirdly named libraries (that do not exist), like libfoo.la.la or libfoo.so.la. The following fix works for me: --- boot-9.scm Tue Jun 5 13:26:56 2001 +++ boot-9.scm.

Re: hash.c:101: pointers are not permitted as case values

2001-06-05 Thread Dirk Herrmann
On 4 Jun 2001, Marius Vollmer wrote: > Alexander Klimov <[EMAIL PROTECTED]> writes: > > > hash.c: In function `scm_hasher': > > hash.c:101: pointers are not permitted as case values > > What happens when you change the code like this: > > case SCM_UNPACK(SCM_EOL): > d = 256; >