Build Problem (original) (raw)
David Holmes david.holmes at oracle.com
Thu Mar 8 00:14:27 UTC 2012
- Previous message (by thread): Build Problem
- Next message (by thread): Please review a new script for JDK8: JDK source code legal headers conformance verification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jason,
You can build 64-bit VM on 64-bit machine, but only the server VM. The client VM is not supported in 64-bit.
Not sure why your build is trying to build the client VM here.
David
On 6/03/2012 8:26 AM, Jason Van Cleve wrote:
Hi,
I hope it's okay to ask questions here, as I've been having trouble building "openjdk-6-src-b24-14nov2011". I am getting the "cannot find -ljvm" error, which library it seems to want to find at "jre/lib/amd64/client/libjvm.so" in my bootstrap JDK. But I have three JDKs installed, and none of them has that path. I'm building on a 64-bit linux system, and what I have is as follows: /opt/jdk1.6.019/jre/lib/i386/client/libjvm.so /opt/jdk1.6.019/jre/lib/i386/server/libjvm.so /opt/jdk1.6.025x86-64/jre/lib/amd64/server/libjvm.so /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x8664/jre/lib/amd64/server/libj vm.so Using all three of these JDKs, I have tried copying "libjvm.so" into the expected path, in various ways, but that breaks the build in other ways. Can I even build OpenJDK on a 64-bit machine? Thank you, --Jason
- Previous message (by thread): Build Problem
- Next message (by thread): Please review a new script for JDK8: JDK source code legal headers conformance verification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]