On Sat, May 11, 2019 at 08:28:23PM -0300, Jeronimo Pellegrini wrote:
> Hello,
> 
> I was wondering if it is possible to remove or add modules to
> the list of default included modules that come with Chicken.
> 
> I am compiling it for wireless routers, and so far I could not yet
> package csc -- so getting modules with chicken-install doesn't
> work for me.

Hi Jeronimo,

I'm not sure what you're trying to do, but are statically linked
binaries of your program not an option for you?  This would be one
single binary file you can just put onto the router.

> Would it be possible to
> 
> - get the source of a couple of eggs, and put them somewhere with
>   the Chicken sources,
> - add their name/path to a list,
> 
> and have them compiled and included in $PREFIX/lib/chicken/9/
> when Chicken is compiled?

Technically this should be possible I think, but I don't know of an
easy way to do this currently.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature

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

Reply via email to