Karen, Thanks, that makes more sense. I think the build has almost finished, but there is an issue with strip. Seems that we are passing an unknown option '-g'. for f in `cat /Users/mfranz/developer/openjdk-bsd/bsd-port/build/bsd-i586/tmp/jdk-elf-files.list`; do \ chmod u+w ${f}; \ echo strip -g ${f}; \ strip -g ${f}; \ chmod go-w ${f}; \ done strip -g /Users/mfranz/developer/openjdk-bsd/bsd-port/build/bsd-i586/j2sdk-image/jre/lib/i386/client/libjvm.dylib strip: unrecognized option: -g Michael On Sun, Sep 21, 2008 at 10:36 PM, Karen Kinnear <Karen.Kinnear@sun.com>wrote:
Michael, Let me be clearer. You have to copy the dylibs to test the new vm you built.
You can test it by running any .class files you have, the Queens file is not important at all, it was just a very short .java file that made sure that the vm was warm and breathing. java -version would be a good check that you got your own build installed where you want it.
thanks, Karen