Re: QUESTION GTK
Robert Schuster <[email protected]>
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Kingshuk Chakravarty schrieb:
> Can I build glibjj/GNU class path without GTK support?
>
> I am trying to port JamVm on arm but the problem is to install jamvm or
> corsscomile jamVM we need to install GNU classpath.
> I want to build GNU CLASSPATH without GTK support due to memory issue on my
> board ARM926ej DAVINCI TI.
>
> IS this Possible?
>
> Waiting for your reply....Please reply.
Run ./configure --help . If you do that you get:
--disable-gtk-peer compile GTK native peers (disabled by
default=yes
That will build classpath without an AWT implementation.
Since you will probably also do not want a dependency on gconf
this might be of interest for you too:
--disable-gconf-peer compile GConf native peers (disabled by
--disable-jni) default=yes
Regards
Robert
signature.asc
(application/pgp-signature, 260 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAknEtB4ACgkQG9cfwmwwEtoL6wCgiWIlGzk9iRIluwLFu298IhtN mpEAoJ0k40Io0N/r9t5AbrJpHAXMD0Wq =ywS8 -----END PGP SIGNATURE-----