This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hash-table unavailable in compiled classes?


Steve Smith wrote:
Hi,

I've run into a problem accessing hash-tables from within compiled
classes.  I have the following scheme module:

(module-static #t)

Are you compiling with --module-static-run ? If not, do (module-static 'init-run) instead. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]