> 
> below is my cross compile command:
>   $ ./configure --host=arm-linux --target=arm-linux 
> --build=i386-linux 
> --x-libraries=/usr/local/hybus-arm-linux-R1.1/arm-linux/X11R6-
> arm/lib/ 
> --x-includes=/usr/local/hybus-arm-linux-R1.1/arm-linux/X11R6-a
> rm/include/ --enable-threads


Does that even work? 

My experiences with using the fltk configure script and
cross-compilation, suggest it is not very good at honouring
cross-compilation directives, so I always just hand edit the "config.h"
and "makeinclude" files generated from a regular build, to get my
cross-configuration set up.

Beyond that, I would guess that maybe your cross-compilation target does
not support XFT? 
I'm guessing that the configure script is not adding XFT support to your
cross-configuration because it thinks (for whatever reason) that it is
not supported on your target.
If you know for a fact that XFT is supported on your cross-target, then
your best option is simply to edit your "makeinclude" file by hand to
add it in, along with the necessary paths and so forth to support it.




SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to