gcc-3.3 and statically linked mingw binaries?

Tom Tromey tromey@redhat.com
Thu Jul 10 14:40:00 GMT 2003


Andrew> I would have thought it would make more sense to put this
Andrew> stuff in a special file that only gets lined when linking
Andrew> statically.

Great idea.  Then we could remove the current list from FirstThread.

How would you implement this?

I suppose we could do this in C++ code, wrapping the list in #ifndef PIC.
That's not perfect, though, since it requires a recompilation to add
to the list.

I'm wondering if there is some specs trick we could pull.

Tom



More information about the Java mailing list