[kaffe] cross-compiling for mips-linux
王刚
ctrlest at mail.nwpu.edu.cn
Tue Apr 4 07:05:27 PDT 2006
Hi, everyone.
I am trying to cross compile the Kaffe, with the target as mips+linux, on the
i686+linux.
I used the command "CC=mipsel-linux-gcc NM=mipsel-linux-nm AR=mipsel-linux-ar
/configure --host=mips-linux --build=i686-linux --disable-native-awt
--with-kaffe-qt-awt --with-qtdir=/root/qte-3.1.0 " to do the configure task. Here
/root/qte-3.1.0 is my qt-embedded library path.
In this way, I got the following problem while configuring:
checking for XTestQueryExtension in -lXtst... no
configure: error: libXtst NOT found, required for GdkRobot
configure: error: /bin/sh './configure' failed for
libraries/javalib/external/classpath
I read the maillist archive and find that someone has met this problem before. The
suggestion given is to add the option "--disable-native-awt".
It seems that I have add the"--disable-native-awt" option with no use. I've check
the FAQ.awt and FAQ.cross-compiling and the maillist archives. I am puzzled with
what to do next.
your help will be highly appriciated.
Benjamin
More information about the kaffe
mailing list