Build Problem
David Holmes
david.holmes at oracle.com
Thu Mar 8 00:14:27 UTC 2012
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-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
>
More information about the build-dev
mailing list