Re: GCC and Chicken-Scheme compilation

2020-01-31 Thread Ekaitz at ElenQ Technology
Hi, It's probably going to be me. Thanks for the links. I'll read them deeply and send a patch. Thank you for your help. ElenQ Technology Ethical Innovation ‐‐‐ Original Message ‐‐‐ On Friday, January 31, 2020 8:10 AM, pelzflorian (Florian Pelz) wrote: > On Thu, Jan 30, 2020 at

Re: GCC and Chicken-Scheme compilation

2020-01-30 Thread pelzflorian (Florian Pelz)
On Thu, Jan 30, 2020 at 09:33:24PM +, Ekaitz at ElenQ Technology wrote: > I tested and it works! :) > The problem is I thought chicken was going to install all the necessary > tooling but it didn't. So I needed to install gcc-toolchain by hand. > > Why doesn't chicken include

Re: GCC and Chicken-Scheme compilation

2020-01-30 Thread Ekaitz at ElenQ Technology
Hi all Sorry I broke the thread hitting reply instead of reply all. I tested and it works! The problem is I thought chicken was going to install all the necessary tooling but it didn't. So I needed to install gcc-toolchain by hand. Why doesn't chicken include gcc-toolchain as a dependency

Re: GCC and Chicken-Scheme compilation

2020-01-30 Thread pelzflorian (Florian Pelz)
On Thu, Jan 30, 2020 at 04:34:01PM +, Ekaitz at ElenQ Technology wrote: > Hi, > > My program is just a `(print "Chicken")`. > > I just made a C program that loads math.h and makes a log and it works well > but the Chicken compiler still fails. > > Can you show me your LIBRARY_PATH? > I

Re: GCC and Chicken-Scheme compilation

2020-01-30 Thread Ekaitz at ElenQ Technology
Hi, My program is just a `(print "Chicken")`. I just made a C program that loads math.h and makes a log and it works well but the Chicken compiler still fails. Can you show me your LIBRARY_PATH? Mine might be wrong... Thank you very much! ElenQ Technology Ethical Innovation ‐‐‐

Re: GCC and Chicken-Scheme compilation

2020-01-30 Thread pelzflorian (Florian Pelz)
On Thu, Jan 30, 2020 at 02:45:44PM +, Ekaitz at ElenQ Technology wrote: > Hi, > > I had some issues with the chicken compiler. I attach later the results of > the compilation. But the summary is the following: > > 1. I create a hello world chicken program > 2. Run the compiler: csc

GCC and Chicken-Scheme compilation

2020-01-30 Thread Ekaitz at ElenQ Technology
Hi, I had some issues with the chicken compiler. I attach later the results of the compilation. But the summary is the following: 1. I create a hello world chicken program 2. Run the compiler: csc hello-world.scm 3. Errors appear: libchicken.so: undefined reference to `log@GLIBC_2.29' 4. If I