This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
That's not really true, because of Java's Class.forName. You have to include all of libgcj, because the linker can't tell what might be needed.
As I have said here many times, the right thing to do is create a configure tool that splits libgcj into a number of components and allow the user to choose which ones they want. But it's quite hard to solve the web of dependencies.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |