On Fri, Oct 13, 2017 at 01:26:46PM +1000, David Ireland wrote:
> Hi there,
> 
> This might be a trivial, but  several  Eggs (including mine) won't compile
> on BSD based OS's. It seems include flags for external libraries aren't
> being set when compiling the final C code.

Hi David,

I've used BSD in the past, and building an egg to look in the correct
location on NetBSD was a matter of calling chicken-install with
CSC_OPTIONS in the environment to set the C options, like

CSC_OPTIONS='-C -I/usr/include/blabla' chicken-install eggname

Hope this helps!

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