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