chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Compiling Chicken on OS X/Intel


From: felix winkelmann
Subject: Re: [Chicken-users] Compiling Chicken on OS X/Intel
Date: Fri, 13 Oct 2006 16:26:47 +0200

On 10/13/06, Zbigniew <address@hidden> wrote:
Have you tried ./configure CPPFLAGS="-I/opt/local/include"   ?

On 10/12/06, Dave Kerschner <address@hidden> wrote:
> I'm trying to compile Chicken on OS X/Intel and having a problem. When
> I do a ./configure it reports that it can not find ffi.h even though
> it is in a directory (/opt/local/include) which is on the path.



Or:

export CPATH=/opt/local/include
./configure && make


(Hm... also possible, according to the gcc docs: C_INCLUDE_PATH)


cheers,
felix


http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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