export CPATH=/opt/local/include
./configure | grep ffi
it produced
checking for suffix of executables...
checking for suffix of object files... o
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for ffi_prep_cif in -lffi... no
So it found ffi.h. I don't know what that last bit is asking and if it's important. What I'm ulimatly trying to do is install the objc egg so that I can write Cocoa in Scheme. So... What is that last bit asking and is it important?
dave
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
