[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Build issue: is there a shortcut?
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-users] Build issue: is there a shortcut? |
Date: |
Sat, 13 Jul 2019 10:57:40 +0200 |
> Hi all,
>
> while cross compiling I wonder: this builds (in my case) a lot of
> binaries which have a path compiled in into the development
> environment. These are essentially useless. They just take my time to
> compile and waste space on the SSD.
>
> Probably there is a target for `make` to use instead of the default,
> which would just build the (static) library and *.import.scm files I
> need on the host system. Just which one I haven't been able to figure
> out. Which one is it?
>
"make libs" could work, but I haven't tried it. The import libraries
should be produced as a side effect from building the libraries, IIUC.
felix