How to create a AWT enabled build?
Michael Koch
konqueror@gmx.de
Thu Apr 22 09:08:00 GMT 2004
Am Donnerstag, 22. April 2004 10:59 schrieb Clemens Eisserer:
> Hi there!
>
> I've just downloaded GCC-3.4 (the all-in-one package), and after
> looking arround whats up, I went to libjava/ und typed ./configure
> --enable-java-awt --enlable-interpreter, but configure fais with:
> "*** unrecognised argument "yes" for --enable-java-awt"
>
> If I remove --enable-java-awt everything builds fine.
>
> I know this is a trvivial answer, but what did I do wrong?
You need to specify the peers to use in a comma separted list.
Use --enable-java-awt=gtk
Other possible values are "xlib" and "gtk,xlib". The xlib peer is just
not really made for normal AWT apps ...
Michael
More information about the Java
mailing list