Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread Marco Maggi
ko...@upyum.com wrote: > Marco Maggi wrote: >> I already have a too long list of things to learn. I am used to the GNU >> Autotools and I can recycle this knowledge. Less things, better life... > You might want to check this project out, which uses autotools. :) >

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread kooda
Marco Maggi wrote: > I already have a too long list of things to learn. I am used to the GNU > Autotools and I can recycle this knowledge. Less things, better life... You might want to check this project out, which uses autotools. :) https://github.com/drewt/scmus

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-29 Thread Marco Maggi
Kristian Lein-Mathisen wrote: > [...] What's the reason you don't want to use chicken-install to > build? I already have a too long list of things to learn. I am used to the GNU Autotools and I can recycle this knowledge. Less things, better life... -- Marco Maggi

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-28 Thread Kristian Lein-Mathisen
I'm glad you got it working, Marco! The Makefile is a bit complicated, and since I'm not sure of what you're trying to acheive, it's a bit hard to help out. What's the reason you don't want to use chicken-install to build? K. On Wed, Mar 27, 2019, 15:14 Marco Maggi Marco Maggi wrote: > > >

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-27 Thread Marco Maggi
Marco Maggi wrote: > [...] I want to make the following package work: > I managed to make it work, I think. I am not quite "there", yet. I still have some problems with modules: if a source file defines a module, and it is linked

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Marco Maggi
Kristian Lein-Mathisen wrote: > Hi Marco, > So what is it that you want? Your Makefile looks ok to me, though I > think all of it might have been less complicated to do with just an > .egg-file. I have written this Makefile fully guessing everything, because the available

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Kristian Lein-Mathisen
Hi Marco, So what is it that you want? Your Makefile looks ok to me, though I think all of it might have been less complicated to do with just an .egg-file. K. On Tue, Mar 26, 2019, 11:23 Marco Maggi Peter Bex wrote: > > > On Tue, Mar 26, 2019 at 06:52:44AM +0100, Marco Maggi wrote: > >> Ciao,

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Marco Maggi
Peter Bex wrote: > On Tue, Mar 26, 2019 at 06:52:44AM +0100, Marco Maggi wrote: >> Ciao, >> I was not able to find documentation about how to compile libraries >> and programs with Chicken 5, using a Makefile. There are bits here and >> there but nothing complete enough for a newbie like

Re: [Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-26 Thread Peter Bex
On Tue, Mar 26, 2019 at 06:52:44AM +0100, Marco Maggi wrote: > Ciao, > > I was not able to find documentation about how to compile libraries > and programs with Chicken 5, using a Makefile. There are bits here and > there but nothing complete enough for a newbie like me. > > Is there a

[Chicken-users] how to compile files, modules, shared libraries, programs

2019-03-25 Thread Marco Maggi
Ciao, I was not able to find documentation about how to compile libraries and programs with Chicken 5, using a Makefile. There are bits here and there but nothing complete enough for a newbie like me. Is there a project somewhere that does this? TIA -- Marco Maggi