Just notices this could be a hint:

        <syntax>          (import-syntax (except scheme inexact->exact)
        (except chicken add1 sub1 with-exception-handler)
        (onl... <--

This matches the imports in the module:

 (import (except scheme inexact->exact)
         (except chicken add1 sub1 with-exception-handler)
         (only srfi-34 raise))




Am Sat, 1 Apr 2017 21:38:13 +0200
schrieb "Jörg F. Wittenberger" <[email protected]>:

> Hi all,
> 
> another half baked issue I encountered when giving chicken5 a try.
> 
> My supposed to be statically linked executable does not work as
> expected.  After ~40 counts of "[debug] entering X..." I get:
> 
> 
> [debug] entering v-clformat...
> ; loading /home/u/test-5/lib/chicken/8/chicken.import.so ...
> Error: (load) during expansion of (import-syntax ...) - unable to load
> compiled module - cannot load compiled code dynamically - this is a
> statically linked executable:
> "/home/u/test-5/lib/chicken/8/chicken.import.so"
> 
> 
> Obviously it should not even try.
> 
> 
> 
> I wonder how I should track this down.
> 
> Best
> 
> /Jörg
> 
> _______________________________________________
> Chicken-hackers mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/chicken-hackers


_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to