CC=arm-fusion-linux-uclibcgnueabi-gcc ./configure --host=arm-linux --build=i686-linux --target=arm-linux --prefix=/var/g6/java --without-x --disable-jawt --disable-plugin --disable-gmp --disable-jni --with-glibj-zip=/path/to/glibj.zip
But I get the following when building:
arm-fusion-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../native/jni/classpath -I../../native/jni/native-lib -g -O2 -MT jawt.lo -MD -MP -MF .deps/jawt.Tpo -c jawt.c -fPIC -DPIC -o .libs/jawt.o
In file included from jawt.c:41:
../../include/jawt_md.h:44:22: error: X11/Xlib.h: No such file or directory
Which is no surprise as the target does not have X support, and if it did not build jawt then I suspect it would not need X...
What is the option to disable building jawt?
Thanks for help in advance.
Blacq..