This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: generating shared libs
- To: "green at cygnus dot com" <green at cygnus dot com>
- Subject: Re: generating shared libs
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Dec 2000 11:15:04 -0700
- Cc: "Immanuel, Gidado-Yisa" <avm3 at cdc dot gov>, "'java-discuss at sources dot redhat dot com'" <java-discuss at sources dot redhat dot com>
- References: <01C06CA8.D9F520C0.green@redhat.com>
- Reply-To: tromey at redhat dot com
Anthony> Only if it is uncompressed. gcj can find class files and
Anthony> refer to them in compressed jar files, but it cannot compile
Anthony> compressed jar files directly. The fix is pretty straight
Anthony> forward, but it means rewriting several chunks of jc1 related
Anthony> to zip archive directories and such.
Could you submit a PR (to the gcc database) with the details?
Tom