Quoting Faralla ([EMAIL PROTECTED]):
> Hi,
>
> i am trying to cross-compile DirectFB for a PowerPC-based embedded device.
> I tried
> ./configure --host=i386-linux --target=powerpc-linux --prefix=/dbox2/cdk/ --
> includedir=/dbox2/cdk-build/include --disable-mmx"
> and make CC=powerpc-linux-gcc
> , but that doesn?t seem to be enough.
You need to set CC in the same command line as configure:
CC=powerpc-linux-gcc AR=powerpc-linux-ar RANLIB=powerpc-linux-ranlib ./configure
--target...
> Another problem is, that configure looks for freetype-config, which I don?t
> have. How is it possible to set the path to the freetype-libs manually?
You should fix that, copy the script from another host and modify it.
You can also disable the FreeType2 Font loader by "--disable-freetype".
--
Denis Oliver Kropp
( convergence )
( integrated media gmbh )
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.