Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-04-30 14:04:08
|
Fabien Renaud wrote: > Hello , > > Thanks you for yours answers. That´s should be not so easy for me > because I´m a beginner with all it´s related to Java. > Humm, I´ve already a problem : > > I installed libffi ( from gcc 3.4 tarball ). All seemed ok but now I > can´t ./configure sablevm : > checking for ffi_prep_cif in -lffi... no > ***ERROR: libffi is missing > > I set CFLAGS, LDFLAGS, LD_LIBRARY_PATH ( like in this page : > http://devel.sablevm.org/wiki/LibFFI ) You need to substitute '/home/gadek/' with the location where libffi is installed on your system. Only if you installed it in your home directory will '/home/fabien/' (or rather '/home/`whoami`/') work. Type './configure --help' and look at the '--prefix' option, and maybe re-install libffi with './configure --prefix=${HOME}', or instead do something like 'find / -name 'libffi.*' to determine where it's already been installed. Cheers, Chris |