chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marco Maggi
Subject: Re: [Chicken-users] how to compile files, modules, shared libraries, programs
Date: Fri, 29 Mar 2019 20:09:49 +0100

address@hidden wrote:

> Marco Maggi <address@hidden> 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

Makefile functions!  I used them,  too, many years ago, before switching
to GNU  Automake and  never looking  back.  They looked  cool to  me, at
first, but then they are a nightmare to maintain; especially if you want
someone else to contribute to your project.

  I have moved my experiments here:

   <https://github.com/marcomaggi/mmux-chicken-compiler-use-examples>

and the template project is coming along:

         <https://github.com/marcomaggi/mmux-chicken-template>

"distcheck",  parallel compilation  and parallel  testing work  fine.  I
have  to develop  more the  inspection in  the GNU  Autoconf macro  that
detects CHICKEN and its installation paths.

-- 
Marco Maggi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]