Re: Trouble with JAR resources
Thomas Christensen <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Marco Trudel <[email protected]> writes: > Andrew Haley wrote: >> Not easily. I'd either strip them from the jars before compiling or >> compile with -findirect-dispatch. > > An easy temporary solution might also be -Wl,--allow-multiple-definition. Thanks Thomas