Changes between Initial Version and Version 1 of Ticket #700


Ignore:
Timestamp:
09/23/11 14:29:34 (13 years ago)
Author:
Moritz Heidkamp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #700 – Description

    initial v1  
    3030}}}
    3131
    32 Compiling {{{foo.import.scm}}} doesn't change this behavior. Compiling {{{foo.scm}}} to {{{foo.so}}} via {{{csc -s foo.scm}}} makes it work again. Looks like loading uncompiled extensions that use {{{use}}} (and possibly other special forms?) doesn't work from compiled programs. This has been tested with both 4.7.0 andaa2d6b8247b13476fe609d1fd263238cc10a6a8e.
     32Compiling {{{foo.import.scm}}} doesn't change this behavior. Compiling {{{foo.scm}}} to {{{foo.so}}} via {{{csc -s foo.scm}}} makes it work again. Looks like loading uncompiled extensions that use {{{use}}} (and possibly other special forms?) doesn't work from compiled programs. This has been tested with both 4.7.0 and aa2d6b8247b13476fe609d1fd263238cc10a6a8e.