Re: [Chicken-users] Build issue: is there a shortcut?

2019-07-13 Thread felix . winkelmann
> 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


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Build issue: is there a shortcut?

2019-07-12 Thread Jörg F. Wittenberger
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?

Thanks to much.

/Jörg

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users