Hi, Is it possible to bootstrap the bsd port on OS X using the OpenJDK 7 binaries? I have followed the build instructions (as best I can) but I am using the OpenJDK 7 binaries instead of the Soylatte binaries. Steps I have done. 1. installed the OpenJDK binaries - put this in my path to ensure that it works 2. Upgraded to XCode 3.1 3. Installed the plugins (untarred) 4. unset my JAVA_HOME 5. Run the make command changing the ALT_BOOTDIR and ALT_BINARY_PLUGS_PATH I am running this on a Quad Core 64 bit OS X. I saw in the archive that the 64 bit build may not work. So, is this an issue that the build does not work on 64 OS X? Or that I cannot use the OpenJDK to bootstrap? BUILD FAILED /Users/mfranz/developer/openjdk-bsd/bsd-port/langtools/make/build.xml:177: The following error occurred while executing this line: /Users/mfranz/developer/openjdk-bsd/bsd-port/langtools/make/build.xml:414: The following error occurred while executing this line: /Users/mfranz/developer/openjdk-bsd/bsd-port/langtools/make/build.xml:452: The following error occurred while executing this line: /Users/mfranz/developer/openjdk-bsd/bsd-port/langtools/make/build.xml:501: Compile failed; see the compiler error output for details. the build/bsd-i586/langtools/build/ant-diagnostics.log does not have anything in it indicating an error. Michael