[kaffe] Cross compile 1.1.5 for arm : configure: error: libXtst NOT found, required for GdkRobot

Martin West westam at dsl.pipex.com
Tue Jun 14 02:19:47 PDT 2005


I am getting the following error cross configuring kaffe for the arm on
fedora core 3 (FC3) ...


checking for declaration of swab... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for XTestQueryExtension in -lXtst... no
configure: error: libXtst NOT found, required for GdkRobot

[martin at tp1 kaffe-1.1.5]$ locate libXtst
/usr/X11R6/lib/libXtst.so.6
/usr/X11R6/lib/libXtst.so
/usr/X11R6/lib/libXtst.a
/usr/X11R6/lib/libXtst.so.6.1
[martin at tp1 kaffe-1.1.5]$ uname -a
Linux tp1.thecla.com 2.6.11-1.14_FC3_ACPI #1 Sun May 1 00:03:34 BST 2005
i686 i686 i386 GNU/Linux

I use the following configure script ...

#########################################################
#!/bin/sh

source set-gcc-z

./configure --host=arm-linux --build=i686-linux $*
#########################################################

set-gcc-z 

export PATH=/opt/Embedix/tools/arm-linux/bin:$PATH

I have the following rpms installed ...

binutils-cross-arm-2.11.2-0.i386.rpm  
glibc-arm-2.2.2-0.i386.rpm
qtopia-free-1.5.0-1.i386.rpm
gcc-cross-sa1100-2.95.2-0.i386.rpm    
linux-headers-arm-sa1100-2.4.6-3.i386.rpm

any suggestions welcome.






More information about the kaffe mailing list