[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] libffi and cmake on gnu/linux again
From: |
Sunnan |
Subject: |
[Chicken-users] libffi and cmake on gnu/linux again |
Date: |
Fri, 13 Jul 2007 13:46:08 +0200 |
User-agent: |
Thunderbird 1.5.0.12 (X11/20070604) |
I haven't compiled chicken for a while, but now I'm trying to compile
darcs head.
The first step is to run
ccmake .
, right? Well, it says that it can't compile the libffi test. I don't
know where to go from there or troubleshoot this further; I've got these
files:
/.
/usr
/usr/share
/usr/share/doc
/usr/include
/usr/include/ffi.h
/usr/include/ffitarget.h
/usr/lib
/usr/lib/libffi.a
/usr/lib/libffi.la
/usr/lib/libffi_pic.a
/usr/lib64
/usr/lib64/libffi.a
/usr/lib64/libffi.la
/usr/lib64/libffi_pic.a
/usr/share/doc/libffi4-dev
/usr/lib/libffi.so
/usr/lib64/libffi.so
Sunnan