Re: [Ecls-list] Changing the compile flags.

2013-01-31 Thread Anton Vodonosov
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" : > But that would actually require running ecl so I can't run it in script, can > I? > > 2013/1/31

Re: [Ecls-list] Changing the compile flags.

2013-01-31 Thread Peter Enerccio
But that would actually require running ecl so I can't run it in script, can I? 2013/1/31 Anton Vodonosov > > 31.01.2013, 17:13, "Peter Enerccio" : > > 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

Re: [Ecls-list] Changing the compile flags.

2013-01-31 Thread Anton Vodonosov
31.01.2013, 17:13, "Peter Enerccio" : > 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). W

[Ecls-list] Changing the compile flags.

2013-01-31 Thread Peter Enerccio
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). -- Bc. Peter Vaňušanik http://www.bishojo.tk ---