Am Donnerstag, 25. November 2004 17:50 schrieb Archie Cobbs: > I've noticed that Classpath distributions ship with a pre-build > glibj.zip file in the lib directory. > > However, there doesn't seem to be anyway to configure the build to > just install this file, skipping the step where all the *.java > files are recompiled. Am I missing something? > > Assuming that this glibj.zip has the default Configuration.java and > that is acceptable to the builder, why not provide a way to > configure the build so you can just install glibj.zip as shipped?
I think shipping a glibj.zip is not good. This should be removed from source tarball. You can do native-only builds with --without-glibj or --with-glibj=none. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

