chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] PS: chicken 5 static linking issue


From: Jörg F. Wittenberger
Subject: [Chicken-hackers] PS: chicken 5 static linking issue
Date: Sat, 1 Apr 2017 21:44:42 +0200

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" <address@hidden>:

> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-hackers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]