If you can call "ecl -compile" from your script you can also call "ecl -eval 
'(do-whatever-i-want') -eval '(quit)"
or "ecl -load 'my-script.lisp' -eval '(quit)"

31.01.2013, 19:06, "Peter Enerccio" <enerc...@gmail.com>:
> But that would actually require running ecl so I can't run it in script, can 
> I?
>
> 2013/1/31 Anton Vodonosov <avodono...@yandex.ru>
>> 31.01.2013, 17:13, "Peter Enerccio" <enerc...@gmail.com>:
>>> Hello
>>>
>>> as part of my compilation of the c backend, I also compile few lisp files 
>>> into fasls with
>>> ecl --compile. I wonder if it is possible to change/add more flags for the 
>>> compiler into the command line (i am most interested in -fdynamic flag).
>>
>> When I needed this I used special variables in the COMPILER package: 
>> CMP::*CC-FLAGS* and others.
>>
>> See functions cmpile-file, compiler-cc in the src/new-cmp/cmpmain.lisp
>
> --
> Bc. Peter Vaňušanik
> http://www.bishojo.tk

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to