Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-04-30 15:48:00
|
On (30/04/04 16:57), Fabien Renaud wrote: > Ok set -v ^^ > > Well I get a libffi from gcc 3.4 tarball > I apply this patch : > libffi/configure.in~ 2003-10-22 01:02:59.000000000 +0200 > +++ libffi/configure.in 2003-11-11 12:33:40.000000000 +0100 > @@ -29,6 +29,7 @@ > else > libffi_basedir= > fi > +libffi_basedir= > AC_SUBST(libffi_basedir) > AC_CONFIG_AUX_DIR(${libffi_basedir}..) > > Then I mkdir libffi_bin at the top of gcc > cd libffi_bin ; > ../libffi/configure > --prefix=/home/commgw/renaud/gcc/gcc-3.4.0/libffi_bin --host=arm-linux > --build=i386 > make "make install" seems to be missing here. Are you sure the libffi*.so and ffi.h headers are installed in tthe --prefix location? GBP -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |