Re: [Chicken-hackers] [PATCH] Ensure try-compile cleans up tempfiles (#1213)

2015-09-06 Thread Moritz Heidkamp
Hi Peter, On 24 August 2015 21:52 CEST, Peter Bex wrote: > I noticed that try-compile leaves a temp.1234.o file in the current > directory when invoked (see #1213). The definition actually has a > "oname" variable, but it isn't used. So the attached patch causes it > to explicitly pass "-o ONA

[Chicken-hackers] [PATCH] Ensure try-compile cleans up tempfiles (#1213)

2015-08-24 Thread Peter Bex
Hi all, I noticed that try-compile leaves a temp.1234.o file in the current directory when invoked (see #1213). The definition actually has a "oname" variable, but it isn't used. So the attached patch causes it to explicitly pass "-o ONAME" to the compiler, to ensure that it writes to that file