[Fontconfig] Re: cross-compiling fontconfig
Nicholas Wourms
nwourms at myrealbox.com
Tue Jun 17 05:18:22 EST 2003
Keith Packard wrote:
> Around 12 o'clock on Jun 16, Jace Krull wrote:
>
>
>>but still run into problems during make and make install, when it tries to
>>execute the (just built) fc-lang or fc-cache programs.
>
>
> We'll need to skip this part of the install in a cross compile
> environment; if anyone has suggestions on how to detect that, please speak
> up and we'll try to get it patched.
Easy, all you have to do is setup an AM_CONDITIONAL case statement in
configure.ac to see if $build == $host. If the test fails, then do not
run the conditionalized portions of the respective Makefile.am's.
Cheers,
Nicholas
More information about the Fontconfig
mailing list