This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Howto completele disable AWT?
- To: Martin Kahlert <martin dot kahlert at infineon dot com>
- Subject: Re: Howto completele disable AWT?
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Tue, 2 Oct 2001 13:28:05 -0500 (EST)
- cc: <java at gcc dot gnu dot org>
Hello. I have been disabling awt beacuse tru64 unix linker can't work with
big files. In Makefile.in, I have erased
$(awt_java_source_files) \
antonio
On Tue, 2 Oct 2001, Martin Kahlert wrote:
> Hi!
> How can i disable building awt related stuff?
> --disable-java-awt doesn't work:
> unrecognised argument "no" for --enable-java-awt
>
> --without-x doesn't work, either.
>
> I have no need for the AWT stuff and compiling it costs a large amount
> of time and today's cvs version spits out:
>
> /home/kahlert/LOCAL/OBJ-3.1/gcc/gcj
> -B/home/kahlert/LOCAL/OBJ-3.1/i686-pc-linux-gnu/libjava/
> -B/home/kahlert/LOCAL/OBJ-3.1/gcc/ --encoding=UTF-8 -fassume-compiled
> -fclasspath=/home/kahlert/LOCAL/OBJ-3.1/i686-pc-linux-gnu/libjava
> -L/home/kahlert/LOCAL/OBJ-3.1/i686-pc-linux-gnu/libjava -ffloat-store -g -O2
> -MD -MT java/awt/Checkbox.lo -MF java/awt/Checkbox.d -c
> ../../../gcc-3.1/libjava/java/awt/Checkbox.java -fPIC -o
> java/awt/.libs/Checkbox.o
> ../../../gcc-3.1/libjava/java/awt/Checkbox.java: In class `java.awt.Checkbox':
> ../../../gcc-3.1/libjava/java/awt/Checkbox.java: In method
> `java.awt.Checkbox.getSelectedObjects()':
> ../../../gcc-3.1/libjava/java/awt/Checkbox.java:89: Internal compiler error in
> set_mem_alias_set, at emit-rtl.c:1722
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> gmake[3]: *** [java/awt/Checkbox.lo] Error 1
> gmake[3]: Leaving directory `/sw/local_l/kahlert/OBJ-3.1/i686-pc-linux-gnu/libjava'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/sw/local_l/kahlert/OBJ-3.1/i686-pc-linux-gnu/libjava'
> gmake[1]: *** [all-target-libjava] Error 2
> gmake[1]: Leaving directory `/sw/local_l/kahlert/OBJ-3.1'
> gmake: *** [bootstrap] Error 2
>
> Any hints?
> Thanks a lot,
> Martin.
>
> --
> The early bird catches the worm. If you want something else for
> breakfast, get up later.
>