In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: > > I download the src (apache-harmony-src-r629320) to the host, and > use hotspot jdk1.6 when built the harmony, I just copied the > common_resource/depends, and working_classlib/depends files from a > well-built 32-bit host harmony, maybe this is the problem, how do you > thhink?
Copying depends trees shouldn't be an issue since platform dependent files are downloaded to platform-specific subdirectories. Please make sure you are using a 64-bit JRE or try building with the additional ant options: -Dhy.arch=x86_64 -Dos.arch=x86_64 Regards, Mark.
