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] | |
Your command tells gcj where to find xerces for the purpose of
resolving class/method/field declarations, but does not actually link the
xerces classes. Because you have other classes depending on these, you
get errors at link time.
Along with this you need a corresponding -l flag to link the compiled
You could compile xerces etc. yourself, but to save some effort I suggest the RHUG project that includes gcj-buildable sources for many jakarta and other open source Java packages: http://sources.redhat.com/rhug
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |