I am trying to build gcc 4.0.0 with Java on a Windows XP system for the
MinGW environment using the MinGW gcc 3.4.2. There has been substantial
improvement in the AWT in 4.0.0. Is the improvement enough to make AWT
configurable on MinGW? (The MinGW gcc 3.4.2 is configured with
--disable-java-awt)
I need to provide --enable-java-awt=PEER(S) as one of the arguments to
configure; PEER(S) must selected from gtk and xlib. Some more documentation
for these would be very desirable. Does either one of these work for MinGW,
and if so, is there anything I need to do to make them work properly before
I execute the gcc 4.0.0 configure script?