Andrew Haley writes:
>
> > Who would've thought? Our VXML browser application, and our port
> > of Jetty make strategic use of static linking to limit the immense
> > libgcj library to only what's actually used by each application,
> > resulting in a rather large reduction in the size of the
> > executables. It's an unexpectedly useful and practical approach.
> > Too bad static linking doesn't work w/gcj 4.x.
>
> It works for me. As far as I can see your current problem is to do
> with NPTL, not gcj. Did you read the mails you were sent?
Sorry, I mean linuxthreads. I really did try to duplicate your
problem as soon as you mentioned it.
Andrew.