chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Include path when compiling an Egg.


From: Peter Bex
Subject: Re: [Chicken-users] Include path when compiling an Egg.
Date: Fri, 13 Oct 2017 21:21:05 +0200
User-agent: NeoMutt/20170113 (1.7.2)

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


reply via email to

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