[Chicken-users] Compiling Chicken-compiled-to-C file.c does not link

2014-06-12 Thread Nikos Vasilakis
Hello everyone, I am trying to compile a simple scheme program down executable through C, with no success. My program is array1 from the Kernighan and Van Wyk Benchmarks, as implemented here [1]. I am using chicken 4.7 on ubuntu 12.04 (details: [2]) and grabbed the chicken.h header file from a git

Re: [Chicken-users] Compiling Chicken-compiled-to-C file.c does not link

2014-06-12 Thread Nikos Vasilakis
hack(void *proc, C_word *args, int count) C_noret;` line) (I will also try with version 4.9, now attempting Wiffel's solution) Thanks, Nikos On Thu, Jun 12, 2014 at 9:24 AM, Christian Kellermann wrote: > Nikos Vasilakis writes: > >> Hello everyone, >> >> I am tr

Re: [Chicken-users] Compiling Chicken-compiled-to-C file.c does not link

2014-06-12 Thread Nikos Vasilakis
7;. > > > Good Luck, > Wiffel > > > On 12/06/14 17:27, wiffel wrote: >> >> Hi Nikos, >> >> If you remove the definition of the 'main' function and add an expression >> like this: >> >> (time (go 20)) >> >> and

Re: [Chicken-users] Compiling Chicken-compiled-to-C file.c does not link

2014-06-13 Thread Nikos Vasilakis
Thank you all! Nikos On Fri, Jun 13, 2014 at 4:01 AM, Christian Kellermann wrote: > Nikos Vasilakis writes: > >> which is much much better than previous results. Any clues about >> _C_do_apply_hack? > > Yep it is written in assembler, so you would need to choose the