Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: Fabien R. <re...@ne...> - 2004-04-30 14:21:22
|
I didn´t set to /home/gadek but where libffi is ( and I use --prefix option ) Cheers, Fabien Chris Pickett wrote: > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Sablevm-developer mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-developer > > |