chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] eggs failing to install on freebsd 12


From: Gavin Reade
Subject: Re: [Chicken-users] eggs failing to install on freebsd 12
Date: Mon, 25 Feb 2019 19:26:26 +0000

exporting   CSC_OPTIONS as "-verbose -I/usr/local/include" worked for breadline and it installed, in the case of iup, it failed, this time with im.h not found, which is definitely not on my system.  I'll see if I can sort this one out.

Thanks Evan,

greadey

On Mon, Feb 25, 2019 at 12:57 PM Gavin Reade <address@hidden> wrote:
Thanks, I'll check it out and report success or failure :-)

Cheers,

greadey

On Sun, Feb 24, 2019 at 9:29 PM Evan Hanson <address@hidden> wrote:
Hi greadley,

You might try exporting CSC_OPTIONS or CHICKEN_OPTIONS, which should be
inherited by the compiler when it's invoked by `chicken-install'.

I'm a bit surprised that setting C_INCLUDE_PATH didn't work. You might
try adding "-verbose" to CSC_OPTIONS as well, to see what flags are
being passed to the compiler in the end.

HTH,

Evan

reply via email to

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