Re: [Sablevm-user] 1.0.1 build problem
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-08-12 21:06:50
|
On Mon, Aug 12, 2002 at 01:23:39PM -0700, Vladimir G. Ivanovic wrote: > I get the following error message (after a lot of output, including some > compiles): > > checking for ffi_prep_cif in -lffi... no > ***ERROR: libffi is missing It seems you don't have libffi installed on your system. There's surely some rpm for it (you need the -dev version with header files, if applicable). Here's a URL: sources.redhat.com/libffi/ Check the README file for other potential dependency problems (specially with the native library). Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |