Bring Zero to llvm 3.4
Mario Torre
neugens at redhat.com
Wed Mar 5 02:22:35 PST 2014
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
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?
Cheers,
Mario
More information about the hotspot-dev
mailing list