[gui][PATCH] include extra libraries in libgcj.spec.in

Tom Tromey tromey@redhat.com
Fri May 14 21:40:00 GMT 2004


>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:

Ranjit> For example, we seem to support "--enable-java-awt=no"
Ranjit> in the libjava configury, though I don't know if anyone
Ranjit> builds it like that or if it is still valid.

This option actually only controls which peer libraries are built.
The code in java.awt is unconditionally built.

As others have said, the library split most likely won't be merged
into mainline in its current form.  Once the BC ABI is ready, we'll
take another look at this issue.  With the BC ABI, you won't get link
errors by default, so we won't need to hack the spec file this way.
(At least, that's one option for how to proceed.)

Tom



More information about the Java-patches mailing list