Bring Zero to llvm 3.4

Mario Torre neugens at redhat.com
Thu Mar 6 13:04:24 PST 2014


On Thu, 2014-03-06 at 13:02 -0800, Christian Thalinger wrote:
> On Mar 5, 2014, at 2:22 AM, Mario Torre <neugens at redhat.com> wrote:
> 
> > On Tue, 2014-03-04 at 14:00 -0800, Christian Thalinger wrote:
> >> Hmm.  This is what I get with LLVM 3.4:
> >> 
> >> $ java -version
> >> Error: dl failure on line 864
> >> Error: failed /export/twisti/build/hotspot/jdk-linux/jre/lib/amd64/server/libjvm.so, because /export/twisti/build/hotspot/jdk-linux/jre/lib/amd64/server/libjvm.so: undefined symbol: setupterm
> >> 
> >> Any ideas?
> > 
> > Hi Christian,
> > 
> > Yes, when building llvm, you need to configure it without libterm
> > support:
> > 
> > --enable-terminfo=no --enable-curses=no
> 
> Right.  I’ve figured that out after a while and got it working.  Thanks.
> 
> > 
> > I think something changed recently in llvm, because I didn't see this
> > error before either, maybe now those are defaults and before not, not
> > sure.
> > 
> > Maybe I should add this information to some of our docs?
> 
> That would be good.


I'll prepare a patch asap then.

Cheers,
Mario



More information about the hotspot-dev mailing list