Hello,

thanks to Sylvain I have now a statically linked ECL binary.

Now I'm trying to build my own binaries with it; I run
    <path>/build/bin/ecl -dir <path>/build make-binary.lisp
where make-binary.lisp is
    (compile-file "test.lisp" :system-p t)
    (c:build-program "test" :lisp-files '("test.o"))


This says
    ;;; Loading #P"<path>/build/cmp.fasc"
    An error occurred during initialization:
    Corrupt bytecodes file #P"<path>/build/cmp.fasc".

with
    $ file <path>/build/cmp.fasc
    <path>/build/cmp.fasc: ASCII text, with very long lines
    $ head -1 <path>/build/cmp.fasc | cut -c1-70
    (FUNCALL #Y(SI:BYTECODES NIL NIL (15 0 75 17 1 29) ("CL" EXT:PACKAGE-L


This even happens if test.lisp only has (format t "hello") and (quit) lines.


Can somebody help again, please?


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to