This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 4.1: Buildable on GHz machines only?
Linuxhippy writes:
>
> I am such a users and I am having tons of problems because of GCJ's
> nearly-broken static linking capabilities.
> Since libgcj isn't binary compatible at all over versions, it would be
> great if it would be possible to deploy statically linked
> runs-out-of-the-box executables.
AFAIK you already can, with -whole-archive. I know of no other way to
do it. If you can think of some other way that it might work, I'm
sure we're all happy to listen.
Andrew.