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 >

Re: iolib and close

2015-11-25 Thread Daniel Kochmański
Hello, thanks for the report. As you noticed, problem comes from the conflict between gray streams method close and the function close. I've noticed it when started porting ACL-compat to ECL. this. Could you file an issue on gitlab.com/embeddable-common-lisp/ecl/issues ? Thanks! Best regards, Da

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