Re: Inspecting intermediate C files

2015-11-25 Thread Brian Beckman
Thank you for forwarding, and I found my answer in the source code, namely in cpmain.lisp, around line 471. It tells you to set the optino :c-file "foo.c", for example, when calling compile-file. thanks again On Wed, Nov 25, 2015 at 10:16 PM, Daniel Kochmański wrote: > Hi, > > I'm not sure if

Re: Inspecting intermediate C files

2015-11-25 Thread Daniel Kochmański
Hi, I'm not sure if I miss something, but this mail seems to be sent to the ecl-devel-ow...@common-lisp.net . Correct ML address is ecl-devel@common-lisp.net . I'm fast forwarding the mail there. Brian Beckman writes: > Hello -- > > I am experimenting with ECL for actual embedded applications >