[Chicken-hackers] using tcc -run app.c # tcc, the tiny C compiler

2017-06-07 Thread firefox
which paths and %VARS do I need to set so I can use tcc -run ... with all *.c stuff that chicken produces ? ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] using tcc -run app.c # tcc, the tiny C compiler

2017-06-07 Thread Kooda
On Wed, 7 Jun 2017 13:33:47 +0200 fire...@firemail.cc wrote: > which paths and %VARS do I need to set so I can use tcc -run ... > with all *.c stuff that chicken produces ? > Sorry, TCC is not supported, it doesn’t implement alloca() which is needed by CHICKEN. Also, this kind of questions is be