Build Problem (original) (raw)
Jason Van Cleve Jason.VanCleve at chrome.com
Mon Mar 5 22:26:43 UTC 2012
- Previous message (by thread): javax.tools in jdk/make/javax/others
- Next message (by thread): Build Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I hope it's okay to ask questions here, as I've been having trouble building "openjdk-6-src-b24-14_nov_2011". 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.0_19/jre/lib/i386/client/libjvm.so /opt/jdk1.6.0_19/jre/lib/i386/server/libjvm.so /opt/jdk1.6.0_25_x86-64/jre/lib/amd64/server/libjvm.so /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/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): javax.tools in jdk/make/javax/others
- Next message (by thread): Build Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]