This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui][PATCH] split libgcj into sub-libraries
Tom Tromey writes:
> >>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
>
> >> It is not appropriate for mainline right now.
>
> Ranjit> Why exactly?
>
> This patch splits libgcj.so into several different libraries, mostly
> along package boundaries, but there are some oddities. If you use
> this patch you have to explicitly link your application against the
> other libraries that you use, which is sort of a pain. IMO it is
> better to wait for binary compatibility, since once that is working we
> won't need to worry about the linking problem any more.
Can we not find a fix that includes all the -lfoo options in libgcj.spec?
Andrew.