This is the mail archive of the java-discuss@sources.redhat.com 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] |
> You don't want to do that with shared libraries. Instead you might collapse > groups of objects into a single object, maybe at the package level. Then the > final link command will combine perhaps dozens of objects instead of hundreds. > (Similar to how the Linux kernel builds.) What is the appropriate way to collapse groups of objects into a single object? Thanks, Bradley
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |