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

Re: chicken scheme

2016-07-17 Thread Ludovic Courtès
Hello! John J Foerch skribis: > I'm finally getting back to this. One point about chicken is that it > does not support multiple extension directories, only one. They go into > /chicken/. This introduces a difficulty because > if VARDIR is /var/lib, then the default

Re: chicken scheme

2016-07-17 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> John J Foerch skribis: >>> I have just learned about 'guix import', and have the thought that a package importer would be

Re: chicken scheme

2016-07-02 Thread Ludovic Courtès
John J Foerch skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> John J Foerch skribis: >> >>> I have just learned about 'guix import', and have the thought that a >>> package importer would be the better way to go. Eventually I would like

Re: chicken scheme

2016-07-01 Thread Ludovic Courtès
John J Foerch skribis: > I have just learned about 'guix import', and have the thought that a > package importer would be the better way to go. Eventually I would like > to package software that I've written in CHICKEN for GuixSD, and only a > package importer would make

Re: chicken scheme

2016-07-01 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> Installing gcc-toolchain helped, and there are no more compilation >> errors. Another error came up in trying to install the built files. >> Here is my log: >> >> > > I think we need to build CHICKEN

Re: chicken scheme

2016-07-01 Thread Ludovic Courtès
John J Foerch skribis: > l...@gnu.org (Ludovic Courtès) writes: > I don't have enough experience with guix to give definite advice on > this, but chicken does present a couple of unique issues. I think that > having gcc available is essential to chicken's purpose, as one