Re: [Ecls-list] compile package dependencies to C

2013-03-07 Thread Sam Sam
Yes, that worked. Now, about the name mangling - is there any way to control it? For example, i had a (defun main ... which got renamed to L1main(). Not so bad yet, but the top-level LISP code gets wrapped in a function with a completely random and unpredictable name like

[Ecls-list] compile package dependencies to C

2013-03-01 Thread Sam Sam
Hi, I have the following package definition. How do I compile all my components listed in my .ASD, as well as ALL their package dependencies to C source? In other words, I want to keep all .C/.H files that go into building the native executable. In this case, this includes .C files for