Re: undefined reference error during the build of openjdk

2008-01-31 Thread Feng Xian
Thanks! I just downloaded the source using mercurial and plan to try it out later. On 1/30/08, Kelly O'Hair <[EMAIL PROTECTED]> wrote: > > That's the JRL sources and not "open source". > > The OpenJDK sources are in a mercurial forest, which can be obtained with: > >hg fclone http://hg.openjdk

Re: undefined reference error during the build of openjdk

2008-01-30 Thread Feng Xian
Your approach really helps. I turned on verbose mode and found that the build failed due to some warnings of "warning: deprecated conversion from string constant to 'char*'"and my gcc 4.2 treated these warnings as errors. I followed the solution in http://weblogs.java.net/blog/simonis/. Following

Re: undefined reference error during the build of openjdk

2008-01-30 Thread Keith McGuigan
Feng- As others have said, make sure you have the right sources. If this happens again, though, you may have to do some debugging in the build. The referenced symbol ought to be defined in the verifier.o file. Either it's not defined in there, or that file is not getting linked into libjvm

Re: undefined reference error during the build of openjdk

2008-01-29 Thread Feng Xian
Thanks for clarification, I was confused by the two versions of JDK. On Jan 29, 2008 11:27 PM, Brad Wetmore <[EMAIL PROTECTED]> wrote: > Feng Xian wrote: > > I downloaded from http://download.java.net/jdk7/ > > > > On 1/29/08, *Kelly O'Hair* <[EMAIL PROTECTED] > > > wrot

Re: undefined reference error during the build of openjdk

2008-01-29 Thread Brad Wetmore
Feng Xian wrote: I downloaded from http://download.java.net/jdk7/ On 1/29/08, *Kelly O'Hair* <[EMAIL PROTECTED] > wrote: This looks like JRL sources not "open source" files. Where did you get these source files from? As Kelly surmised, what you have is not

Re: undefined reference error during the build of openjdk

2008-01-29 Thread Feng Xian
I downloaded from http://download.java.net/jdk7/ On 1/29/08, Kelly O'Hair <[EMAIL PROTECTED]> wrote: > > This looks like JRL sources not "open source" files. > > Where did you get these source files from? > > -kto > > Feng Xian wrote: > > Hi, I downloaded a most recent version of OpenJDK and tried

Re: undefined reference error during the build of openjdk

2008-01-29 Thread Kelly O'Hair
This looks like JRL sources not "open source" files. Where did you get these source files from? -kto Feng Xian wrote: Hi, I downloaded a most recent version of OpenJDK and tried to install it on a 32-bit Linux platform. But the build failed with an error of "/home/dli/openjdk7/build/linux-i58

undefined reference error during the build of openjdk

2008-01-29 Thread Feng Xian
Hi, I downloaded a most recent version of OpenJDK and tried to install it on a 32-bit Linux platform. But the build failed with an error of "/home/dli/openjdk7/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/libjvm.so: undefined reference to `Verifier::verify(instanceKlassHandle, Ve