This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Compile problem on gcc-4.2-20060204
- From: Andrew Haley <aph at redhat dot com>
- To: "Rui Wang" <Rui dot Wang at newcastle dot ac dot uk>
- Cc: "Andrew Pinski" <pinskia at physics dot uc dot edu>, <gcc at gcc dot gnu dot org>
- Date: Sun, 5 Feb 2006 15:54:24 +0000
- Subject: RE: Compile problem on gcc-4.2-20060204
- References: <9366880017F98D4EA02E4412380B82024E8FAE@moonraker.campus.ncl.ac.uk>
Rui Wang writes:
> >> --enable-java-awt=gtk,xlib --without-x
> >
> >You said without X but included the gtk and the xlib peers.
> >What do you think that should mean?
> >
> Thank you for the quick reply, would you mind to explain a bit more
> on how these two related with each other?
>
> My understanding from reading the online doc is:
> --with-x means use the x window system
> --enable-java-awt= specifies the awt library
The AWT library uses the X window system.
Andrew.