On 10/13/06, Zbigniew <[EMAIL PROTECTED]> wrote:
Have you tried ./configure CPPFLAGS="-I/opt/local/include"   ?

On 10/12/06, Dave Kerschner <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to