This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

linking guile-ffi into interpreter



What is necessary to do in order to build a guile-interpreter with M.volmer's
libguile-ffi linked in?

 gcc -o ffguile guile.c -lguile-ffi -lguile doesn't work on my i586-*-linux-gnu
, when i call ffi-create, it says that ffi-create is unbound.

Is there a way to figure if the problem is with guile or with guile-ffi?


Klaus Schilling