Subject:
[ruby-ffi] Re: FFI 1.0.6 fails to compile
From:
Wayne Meissner
Date:
3/12/11 7:45 AM
To:
ruby-ffi@googlegroups.com


Does arch linux split libraries into 'binary' and 'dev' versions like Debian?  if so, you'll want to install the 'dev' version of libffi.

You'll also want to check that libffi is registered properly with pkg-config by e.g.  running "pkg-config libffi --cflags"

Otherwise, I'm out of ideas.